TCustomAxisPanel.MinXValue
TCustomAxisPanel
function MinXValue(Const AAxis: TChartAxis): TAxisValue;
Unit
TeEngine
Description
This function returns the calculated Minimum Horizontal value for the specified AAxis. AAxis can be TopAxis or BottomAxis or a Horizontal Custom Axis.
The calculation returns the value of the Minimum value of eligible Series X Values. Only Series with the TChartSeries.HorizAxis equal to AAxis will be considered.