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

In This Topic
    IndexOf Method (Chart3DColorsCollection)
    In This Topic
    Gets the index of the specified Color in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal clr As System.Drawing.Color _
    ) As System.Integer
    public System.int IndexOf( 
       System.Drawing.Color clr
    )

    Parameters

    clr
    The Color to locate.

    Return Value

    The index of the color is represented by an Integer.
    See Also