2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItem Class / AxisScrollBar.ScaleMenuItem Constructor / AxisScrollBar.ScaleMenuItem Constructor(Double,String)
The scale that corresponds to the menu item.
The text of menu item.

In This Topic
    AxisScrollBar.ScaleMenuItem Constructor(Double,String)
    In This Topic
    Creates a new instance of AxisScrollBar.ScaleMenuItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal scale As System.Double, _
       ByVal text As System.String _
    )
    public AxisScrollBar.ScaleMenuItem( 
       System.double scale,
       System.string text
    )

    Parameters

    scale
    The scale that corresponds to the menu item.
    text
    The text of menu item.
    See Also