Creates a new label and appends it to the collection.

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

Syntax

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

Return Value

The new label is returned.

See Also