Creates a new Chart3DDataLabel and appends it to the collection.

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

Syntax

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

Return Value

A reference to the newly created Chart3DDataLabel.

See Also