[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Contains

Contains Method

Contains(Chart3DAxisLabel)

Determines whether the specified label exists in the collection.

Declaration
public bool Contains(Chart3DAxisLabel lbl)
Public Function Contains(lbl As Chart3DAxisLabel) As Boolean
Parameters
Type Name Description
Chart3DAxisLabel lbl

Label to locate.

Returns
Type Description
bool

Whether the label exists.

See Also