2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / SetMinMax Method
New axis minimum.
New axis maximum.

In This Topic
    SetMinMax Method
    In This Topic
    Sets one or both the values of the Axis Min and Axis Max properties at the same time. If the specified Min value is less than the specified Max value, the values are swapped.
    Syntax
    'Declaration
     
    Public Sub SetMinMax( _
       ByVal newMin As System.Object, _
       ByVal newMax As System.Object _
    ) 
    public void SetMinMax( 
       System.object newMin,
       System.object newMax
    )

    Parameters

    newMin
    New axis minimum.
    newMax
    New axis maximum.
    See Also