[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.IndexOf

IndexOf Method

IndexOf(Chart3DAxisLabel)

Determines the index of the specified label of the collection.

Declaration
public int IndexOf(Chart3DAxisLabel lbl)
Public Function IndexOf(lbl As Chart3DAxisLabel) As Integer
Parameters
Type Name Description
Chart3DAxisLabel lbl

Label to locate.

Returns
Type Description
int

The label index.

Remarks

Returns -1 if the label is not in the collection.

See Also