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

In This Topic
    AddNewLabel Method (ValueLabelsCollection)
    In This Topic
    Adds a new empty label.
    Syntax
    'Declaration
     
    Public Function AddNewLabel() As ValueLabel
    public ValueLabel AddNewLabel()

    Return Value

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