{description}
{excerpt}Returns the [ChartText|ChartText] object at the specified index.{excerpt}
{signature:C#}
 public ChartText this[int index] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal index As Integer) As ChartText
{signature}
{parameters}
{param:index}The 0\-based index of the {{ChartText}} to retrieve.{param}
{returns}The {{ChartText}} object at the specified index.{returns}
{remarks}The {{ChartText}} property is the indexer for the [ChartTextCollection|ChartTextCollection] class.

{remarks}