[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DStylesCollection.IndexOf

IndexOf Method

IndexOf(Chart3DStyle)

Gets the index of the specified Chart3DStyle in the collection.

Declaration
public int IndexOf(Chart3DStyle style)
Parameters
Type Name Description
Chart3DStyle style

The Chart3DStyle to locate.

Returns
Type Description
int

An integer indicating the index of the specified Chart3DStyle.

See Also