2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataArray Class / IndexOf Method

In This Topic
    IndexOf Method (ChartDataArray)
    In This Topic
    Gets the current index of the specified value in the ChartDataArray.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As System.Object _
    ) As System.Integer
    public System.int IndexOf( 
       System.object value
    )

    Parameters

    value

    Return Value

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