2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItem Class / AxisScrollBar.ScaleMenuItem Constructor / AxisScrollBar.ScaleMenuItem Constructor(Double,String)

In This Topic
    AxisScrollBar.ScaleMenuItem Constructor(Double,String)
    In This Topic
    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
    text
    See Also