2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItemCollection Class / Remove Method
The AxisScrollBar.ScaleMenuItem object to remove from the collection.

In This Topic
    Remove Method (AxisScrollBar.ScaleMenuItemCollection)
    In This Topic
    Removes the first occurrence of a specific AxisScrollBar.ScaleMenuItem object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal smi As AxisScrollBar.ScaleMenuItem _
    ) 
    public void Remove( 
       AxisScrollBar.ScaleMenuItem smi
    )

    Parameters

    smi
    The AxisScrollBar.ScaleMenuItem object to remove from the collection.
    See Also