FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartLabelsCollection Class / Add Method
The chart label to add.

In This Topic
    Add Method (ChartLabelsCollection)
    In This Topic
    Adds an existing chart label to the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal label As ChartLabel _
    ) 
    public void Add( 
       ChartLabel label
    )

    Parameters

    label
    The chart label to add.
    See Also