2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / LabelsCollection Class / Remove Method
Label to remove.

In This Topic
    Remove Method (LabelsCollection)
    In This Topic
    Removes the label specified.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal label As Label _
    ) 
    public void Remove( 
       Label label
    )

    Parameters

    label
    Label to remove.
    See Also