ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisLabelsCollection Class / Remove Method
Label to remove.

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

    Parameters

    lbl
    Label to remove.
    See Also