ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevelsCollection Class / IndexOf Method
The Chart3DContourLevel to locate.

In This Topic
    IndexOf Method (Chart3DContourLevelsCollection)
    In This Topic
    Gets the index of the specified Chart3DContourLevel in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal lvl As Chart3DContourLevel _
    ) As System.Integer
    public System.int IndexOf( 
       Chart3DContourLevel lvl
    )

    Parameters

    lvl
    The Chart3DContourLevel to locate.

    Return Value

    The index of the specified Chart3DContourLevel is indicated by an Integer.
    See Also