Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the chart at the specified 0-based position in the Charts collection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the chart at the specified 0\-based position in the [Charts|Charts] collection.{excerpt}
{signature:C#}
 public Chart this[int index] { get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Default ReadOnly Property Item(ByVal index As Integer) As Chart
Parameters
Param
indexindex

The 0-based index of the chart to retrieve. To determine a chart's index, use Chart.Position.

Returns
The chart at the specified index.
{signature}
{parameters}
{param:index}The 0\-based index of the chart to retrieve. To determine a chart's index, use [Chart.Position|Chart.Position].{param}
{returns}The chart at the specified index.{returns}