public Double MinYValue {get;}
Remarks
This function returns the calculted Minimum Vertical value for the specified AAxis (EAxisType ). AAxis can be Axis.Left or Axis.Right.
Calculated means that the return value will the Minimum value of the Minimum Series Y Values. Only Series with the VerticalAxis equal to AAxis will be considered.
Example
[C#]
tChart1.Axes.Right.Automatic = false;
tChart1.Axes.Right.Minimum = tChart1.Axes.Right.MinYValue;
See Also
Axis Class | Axis Members | Steema.TeeChart Namespace