Removes the specified Chart3DLabel from the collection.

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

Syntax

C#
public void Remove(
	Chart3DLabel label
)
Visual Basic
Public Sub Remove ( _
	label As Chart3DLabel _
)

Parameters

label
Type: C1.Win.C1Chart3D..::..Chart3DLabel
The Chart3DLabel to remove.

See Also