Remove

IChartDataPointCollection.Remove method

Removes the specified value.

public void Remove(IChartDataPoint value)
ParameterTypeDescription
valueIChartDataPointThe value.

Exceptions

exceptioncondition
ArgumentExceptionThe value parameter was not found in the collection.

See Also