2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItemCollection Class / Insert Method
The zero-based index at which value should be inserted.
The AxisScrollBar.ScaleMenuItem object to insert into the collection.

In This Topic
    Insert Method (AxisScrollBar.ScaleMenuItemCollection)
    In This Topic
    Inserts an AxisScrollBar.ScaleMenuItem to the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal smi As AxisScrollBar.ScaleMenuItem _
    ) 
    public void Insert( 
       System.int index,
       AxisScrollBar.ScaleMenuItem smi
    )

    Parameters

    index
    The zero-based index at which value should be inserted.
    smi
    The AxisScrollBar.ScaleMenuItem object to insert into the collection.
    See Also