[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DGroupsCollection.IndexOf

IndexOf Method

IndexOf(Chart3DGroup)

Gets the index of the specified Chart3DGroup in the collection.

Declaration
public int IndexOf(Chart3DGroup grp)
Parameters
Type Name Description
Chart3DGroup grp

The Chart3DGroup to locate.

Returns
Type Description
int

An integer indicating the index of the specified Chart3DGroup.

See Also