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

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

    Parameters

    label
    The value label to remove.
    See Also