[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataLabelsCollection.IndexOf

IndexOf Method

IndexOf(Chart3DDataLabel)

Gets the index of the specified Chart3DDataLabel in the collection.

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

The Chart3DDataLabel to locate.

Returns
Type Description
int

An integer indicating the index of the specified Chart3DDataLabel.

See Also