2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / Max Property

In This Topic
    Max Property (Axis)
    In This Topic
    Gets or sets the maximum value of the axis.
    Syntax
    'Declaration
     
    Public Property Max As System.Double
    public System.double Max {get; set;}
    Remarks
    Setting the Max property automatically changes AutoMax to false. If the Max value is set to a new value, which is less than the current value of the Min property, then the Min property is also reset to a new value, which maintains the same difference between the current Max and Min values.
    See Also