Adds a new empty label.

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

Syntax

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

Return Value

The return value is the added ValueLabel for a successful addition.

See Also