Removes the element at the specified index from the ChartDataArray.
[Visual Basic]
Overridable Public Sub RemoveAt( _
ByVal index As Integer _
) Implements IList.RemoveAt
[C#]
virtual public void RemoveAt(
int index
);
[Delphi]
public procedure RemoveAt(
index: Int32
); virtual;
Implements
IList.RemoveAt
Parameters
index
Index of data value to remove
Remarks
The element of the ChartDataArray is removed, and the length of the ChartDataArray is decreased by 1.
See Also
ChartDataArray Class | ChartDataArray Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |