2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItemCollection Class / Add Method / Add(ScaleMenuItem) Method
The AxisScrollBar.ScaleMenuItem object to add to the collection.

In This Topic
    Add(ScaleMenuItem) Method
    In This Topic
    Adds an AxisScrollBar.ScaleMenuItem to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal smi As AxisScrollBar.ScaleMenuItem _
    ) As System.Integer
    public System.int Add( 
       AxisScrollBar.ScaleMenuItem smi
    )

    Parameters

    smi
    The AxisScrollBar.ScaleMenuItem object to add to the collection.

    Return Value

    The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
    See Also