Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns the ChartText object at the specified index.

Signature
C#
C#
 public ChartText this[int index] { get; }
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal index As Integer) As ChartText
Parameters
Param
index
index

The 0-based index of the ChartText to retrieve.

Returns

The ChartText object at the specified index.

Remarks

The ChartText property is the indexer for the ChartTextCollection class.