ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DStylesCollection Class / IndexOf Method
The Chart3DStyle to locate.

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

    Parameters

    style
    The Chart3DStyle to locate.

    Return Value

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