RemoveAt

IChartDataPointCollection.RemoveAt method

Removes the element at the given index.

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

See Also