For speed reasons I add points to a fastline once and update YValues repeatedly. When I query YValues->MinValue or YValues->MaxValue, no actual values are delivered. The manual says: Call YValues->RecalcMinMax this will recalculate the values. However, BCB5 compiler says: RecalcMinMax is not a member of TChartValueList.
How can I force the update of Min/Max Values without adding points?
Where is RecalcMinMax
Now I cycle manually through the values, but this is not what the manual promises. Min, Max and TotalAbs members are currently useless for me because they are not calculated as expected.
It's fine, that for speed reasons they are calculated, only when necessary. But a method to force recalculation as promised should exist.
It's fine, that for speed reasons they are calculated, only when necessary. But a method to force recalculation as promised should exist.