Removes the first occurance of the specified value from the ChartCoordArray.
[Visual Basic]
Overridable Public Sub Remove( _
ByVal value As Object _
) Implements IList.Remove
[C#]
virtual public void Remove(
object value
);
[Delphi]
public procedure Remove(
value: Object
); virtual;
Implements
IList.Remove
Parameters
value
Value to remove.
Remarks
The value is automatically converted to the internal data type based upon the data type of the value specified. The value and the elements of the ChartCoordArray are then compared using the converted result.
See Also
ChartCoordArray Class | ChartCoordArray Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |