Remove

IChartCategoryCollection.Remove method

Removes the specified value.

public void Remove(IChartCategory value)
ParameterTypeDescription
valueIChartCategoryThe value.

Exceptions

exceptioncondition
ArgumentExceptionThe value parameter was not found in the collection.

See Also