ChartPointCollection.RemoveAt

ChartPointCollection.RemoveAt method

Removes point at the index of the series..

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index of the point.

See Also