Removes the first occurrence of the specified value from the ChartCoordArray.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void Remove(
	Object value
)
Visual Basic
Public Sub Remove ( _
	value As Object _
)

Parameters

value
Type: System..::..Object
Value to remove.

Implements

IList..::..Remove(Object)

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