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

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

    Parameters

    label
    The value label to remove.
    See Also