[]
Removes the element at the specified index from the ChartDataArray.
public void RemoveAt(int index)
Type | Name | Description |
---|---|---|
int | index | Index of data value to remove |
The element of the ChartDataArray is removed, and the length of the ChartDataArray is decreased by 1.