ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisLabelsCollection Class / IndexOf Method
Label to locate.

In This Topic
    IndexOf Method (Chart3DAxisLabelsCollection)
    In This Topic
    Determines the index of the specified label of the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal lbl As Chart3DAxisLabel _
    ) As System.Integer
    public System.int IndexOf( 
       Chart3DAxisLabel lbl
    )

    Parameters

    lbl
    Label to locate.

    Return Value

    The label index.
    Remarks
    Returns -1 if the label is not in the collection.
    See Also