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