[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.Max

Max Property

Max

Gets or sets the maximum value of the axis.

Declaration
public 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