[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourStylesCollection.IndexOf

IndexOf Method

IndexOf(Chart3DContourStyle)

Gets the index of the specified Chart3DContourStyle in the collection.

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

The Chart3DContourStyle to locate.

Returns
Type Description
int

The index of the specified Chart3DContourStyle indicated by an Integer.

See Also