Returns the ChartText object at the specified index.

 public ChartText this[int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As ChartText

The 0-based index of the ChartText to retrieve.

The ChartText object at the specified index.

The ChartText property is the indexer for the ChartTextCollection class.