Determines whether the specified Chart3DContourLevel exists in the collection.

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

Syntax

C#
public bool Contains(
	Chart3DContourLevel lvl
)
Visual Basic
Public Function Contains ( _
	lvl As Chart3DContourLevel _
) As Boolean

Parameters

lvl
Type: C1.Win.C1Chart3D..::..Chart3DContourLevel
The Chart3DContourLevel to locate.

Return Value

See Also