TChartValueList.MinValue
TChartValueList
property MinValue: TChartValue;
Unit
TeEngine
Description
Run-time and read only.
The MinValue property returns the lowest of all values inside the list.
See TChartValueList.TChartValueList.MaxValue property for more information.
When new points are added to a Series, a flag is internally set so the first time accesing MinValue, the result is recalculated. Succesive calls to MinValue will use an internal variable for speed reasons.