Gets the current index of the specified value in the ChartCoordArray.

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

Syntax

C#
public int IndexOf(
	Object value
)
Visual Basic
Public Function IndexOf ( _
	value As Object _
) As Integer

Parameters

value
Type: System..::..Object

Return Value

Returns an integer indicating the element of the specified value within the ChartCoordArray. If the value is not found the return value is –1.

Implements

IList..::..IndexOf(Object)

See Also