TCustomAxisPanel.MaxYValue
TCustomAxisPanel
function MaxYValue(Const AAxis: TChartAxis): TAxisValue;
Unit
TeEngine
Description
This function returns the calculated Maximum Vertical value for the specified AAxis. AAxis can be LeftAxis or RightAxis.
The calculation returns the value of the Maximum value of eligible Series Y Values. Only Series with the TChartSeries.VertAxis equal to AAxis will be considered.