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