Removes the element at the specified index from the ChartDataArray.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
Index of data value to remove

Implements

IList..::..RemoveAt(Int32)

Remarks

The element of the ChartDataArray is removed, and the length of the ChartDataArray is decreased by 1.

See Also