Returns the DataPoint object at the specified 0-based index.

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

The 0-based index of the DataPoint to retrieve.

The DataPoint object at the specified index.