[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.Min

Min Property

Min

Gets or sets the minimum value of the axis.

Declaration
public double Min { get; set; }
Remarks

Setting the Min property automatically changes AutoMin to false. If the Min value is set to a new value, which is greater than the current value of the Max property, then the Max property is also reset to a new value, which maintains the same difference between the current Max and Min values.

See Also