[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartDataArray.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the element at the specified index from the ChartDataArray.

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
int index

Index of data value to remove

Implements
Remarks

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