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

In This Topic
    Remove Method (Chart3DDataLabelsCollection)
    In This Topic
    Removes a Chart3DDataLabel object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal lbl As Chart3DDataLabel _
    ) 
    public void Remove( 
       Chart3DDataLabel lbl
    )

    Parameters

    lbl
    The Chart3DDataLabel to remove.
    See Also