Creates a new label and appends it to the collection.

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

Syntax

C#
public Chart3DLabel AddNewLabel()
Visual Basic
Public Function AddNewLabel As Chart3DLabel

Return Value

A reference to the newly created Chart3DLabel.

See Also