[]
        
(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)
Public Function Contains(style As Chart3DStyle) As Boolean
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