[]
Gets or sets the minimum value of the axis.
public double Min { get; set; }
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.