TChartAxis.Maximum
TChartAxis
property Maximum: TAxisValue;
Unit
TeEngine
Description
Axis Maximum is the highest value an Axis will use to scale their dependent Series point values.
It can be any number or DateTime value.
It must be greater than the Axis TChartAxis.Minimum value.
Use the TChartAxis.SetMinMax method to change both Maximum and Minimum.
VERY IMPORTANT:
Axis.TChartAxis.Automatic property must be FALSE.
If Axis TChartAxis.Automatic is True, the Axis will set Maximum and Minimum values to Maximum and Minimum dependent Series values.