Removes the specified Series from the collection.

 public Series Remove(int index)
Public Function Remove(ByVal index As Integer) As Series

The 0-based index of the Series to remove.

The removed Series.