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

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

    Parameters

    grp
    The Chart3DGroup to locate.

    Return Value

    An integer indicating the index of the specified Chart3DGroup.
    See Also