[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.BarColorCollection.IndexOf

IndexOf Method

IndexOf(BarColor)

Gets the index of the specified BarColor in the collection.

Declaration
public int IndexOf(BarColor bc)
Public Function IndexOf(bc As BarColor) As Integer
Parameters
Type Name Description
BarColor bc

The BarColor to locate.

Returns
Type Description
int

An integer indicating the index of the specified BarColor.

See Also