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

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

    Parameters

    label
    The chart label to remove.
    See Also