Determines whether the specified label exists in the collection.

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

Syntax

C#
public bool Contains(
	Chart3DAxisLabel lbl
)
Visual Basic
Public Function Contains ( _
	lbl As Chart3DAxisLabel _
) As Boolean

Parameters

lbl
Type: C1.Win.C1Chart3D..::..Chart3DAxisLabel
Label to locate.

Return Value

Whether the label exists.

See Also