Remove

ChartSeriesCollection.Remove method

Removes the specified value.

public void Remove(IChartSeries value)
ParameterTypeDescription
valueIChartSeriesThe value.

Exceptions

exceptioncondition
ArgumentExceptionThe value parameter was not found in the collection.

See Also