Removes the specified label from the collection.

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

Syntax

C#
public void Remove(
	Chart3DAxisLabel lbl
)
Visual Basic
Public Sub Remove ( _
	lbl As Chart3DAxisLabel _
)

Parameters

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

See Also