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