TChartAxis.AdjustMaxMin
TChartAxis
procedure AdjustMaxMin;
Unit
TeEngine
Description
This Axis method calculates TChartAxis.Maximum and TChartAxis.Minimum values based on Max and Min values of the dependent Series.
AdjustMaxMin is automatically called if Axis.TChartAxis.Automatic is True.
The Chart TCustomChart.UndoZoom method calls AdjustMaxMin for Left, Right,Top and Bottom axis.