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

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

    Parameters

    bc
    The BarColor to locate.

    Return Value

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