{description}
{excerpt}Removes the specified [Series|Series] from the collection.{excerpt}
{signature:C#}
 public Series Remove(int index)
{signature}{signature:vb.net}
Public Function Remove(ByVal index As Integer) As Series
{signature}
{parameters}
{param:index}The 0\-based index of the {{Series}} to remove.{param}
{returns}The removed {{Series}}.{returns}