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

In This Topic
    Add(Double,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal scale As System.Double, _
       ByVal text As System.String _
    ) As System.Integer
    public System.int Add( 
       System.double scale,
       System.string text
    )

    Parameters

    scale
    text
    See Also