SeriesCollection.RemoveAt

SeriesCollection.RemoveAt method

Remove at a series at the specific index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index.

See Also