IAxis.MinVisibleSeriesValue
IAxis See also
function MinVisibleSeriesValue(AllSeries: WordBool; SeriesIndex: Integer): Double;
Type Library
TeeChartx
Description
The MaxVisibleSeriesValues and MinVisibleSeriesValues methods return the Max and Min values of a specific Series or between all Active Series currently visible Points related to that Axis.
When the boolean variable AllSeries is set to true the second variable, SeriesIndex, is ignored otherwise the Series[SeriesIndex] Max or Min is returned.
See also:
IAxis, MaxVisibleSeriesValue