[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabelsCollection.IndexOf

IndexOf Method

IndexOf(Chart3DLabel)

Gets the index of the specified Chart3DLabel in the collection.

Declaration
public int IndexOf(Chart3DLabel lbl)
Parameters
Type Name Description
Chart3DLabel lbl

The Chart3DLabel to locate.

Returns
Type Description
int

An integer indicating the index of the specified Chart3DLabel.

See Also