Removes the element at the specified index from the ChartDataArray.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
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.