Determines whether the specified Chart3DContourStyle exists in the collection.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public bool Contains(
	Chart3DContourStyle style
)
Visual Basic
Public Function Contains ( _
	style As Chart3DContourStyle _
) As Boolean

Parameters

style
Type: C1.Win.C1Chart3D..::..Chart3DContourStyle
The Chart3DContourStyle to locate.

Return Value

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

See Also