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

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

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

The chart at the specified index.