ChartCollection.RemoveAt

ChartCollection.RemoveAt method

Remove a chart at the specific index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The chart index.

See Also