[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartCoordArray.IndexOf

IndexOf Method

IndexOf(object)

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

Declaration
public int IndexOf(object value)
Parameters
Type Name Description
object value
Returns
Type Description
int

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