[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DStylesCollection.Contains

Contains Method

Contains(Chart3DStyle)

Determines whether the specified Chart3DStyle exists in the collection.

Declaration
public bool Contains(Chart3DStyle style)
Parameters
Type Name Description
Chart3DStyle style

The Chart3DStyle to locate.

Returns
Type Description
bool

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

See Also