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

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

    Parameters

    label
    The value label to add.
    See Also