[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Contains

Contains Method

Contains(Chart3DDataLabel)

Determines whether the specified Chart3DDataLabel exists in the collection.

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

The Chart3DDataLabel to locate.

Returns
Type Description
bool

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

See Also