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