2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / LabelsCollection Class / AddNewLabel Method

In This Topic
    AddNewLabel Method (LabelsCollection)
    In This Topic
    Creates a new label and appends it to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewLabel() As Label
    public Label AddNewLabel()

    Return Value

    The new label is returned.
    See Also