[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourStylesCollection.Contains

Contains Method

Contains(Chart3DContourStyle)

Determines whether the specified Chart3DContourStyle exists in the collection.

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

The Chart3DContourStyle to locate.

Returns
Type Description
bool

A boolean value that indicates whether the Chart3DContourStyle is a member of the collection.

See Also