FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartLabelsCollection Class / AddNewLabel Method

In This Topic
    AddNewLabel Method (ChartLabelsCollection)
    In This Topic
    Adds a new chart label to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewLabel() As ChartLabel
    public ChartLabel AddNewLabel()

    Return Value

    The newly added chart label.
    See Also