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 Chart3DAxisLabel AddNewLabel()
Visual Basic
Public Function AddNewLabel As Chart3DAxisLabel

Return Value

The reference to the new label.

See Also