[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabelsCollection.Contains

Contains Method

Contains(Chart3DLabel)

Determines whether the specified Chart3DLabel exists in the collection.

Declaration
public bool Contains(Chart3DLabel lbl)
Parameters
Type Name Description
Chart3DLabel lbl

The Chart3DLabel to locate.

Returns
Type Description
bool

A boolean value indicating whether the Chart3DLabel is a member of the collection.

See Also