ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabels Class / Remove Method
The Chart3DLabel to remove.

In This Topic
    Remove Method (Chart3DLabels)
    In This Topic
    Removes the specified label from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal label As Chart3DLabel _
    ) 
    public void Remove( 
       Chart3DLabel label
    )

    Parameters

    label
    The Chart3DLabel to remove.
    See Also