[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DColorsCollection.IndexOf

IndexOf Method

IndexOf(Color)

Gets the index of the specified Color in the collection.

Declaration
public int IndexOf(Color clr)
Public Function IndexOf(clr As Color) As Integer
Parameters
Type Name Description
Color clr

The Color to locate.

Returns
Type Description
int

The index of the color is represented by an Integer.

See Also