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

In This Topic
    Add Method (ChartValueLabelsCollection)
    In This Topic
    Adds an existing value label into the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal label As ChartValueLabel _
    ) 
    public void Add( 
       ChartValueLabel label
    )

    Parameters

    label
    The value label to add.
    See Also