RemoveAt

IChartCategoryCollection.RemoveAt method

Removes the element at the given index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of a category to remove.

See Also