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

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

    Parameters

    label
    The data label to remove.
    See Also