Removes the element at the specified index from the ChartCoordArray.
[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 ChartCoordArray is removed, and the length of the ChartCoordArray is decreased by 1.
See Also
ChartCoordArray Class | ChartCoordArray Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |