[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartCoordArray.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the element at the specified index from the ChartCoordArray.

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

Index of data value to remove

Implements
Remarks

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