FastCalc question
Posted: Wed Mar 30, 2011 8:52 am
One way to speed up drawing is setting Axes.FastCalc to True. After some testing I didn't see any difference on screen, but the performance of drawing a chart is slightly better.
Is there any situation where setting it to False is better?
My suggestion is to remove this property and set the behaviour to True. Everyone will benefit from the increased performance without additional work.
As second benefit can be found in TeEngine: TChartAxis.SetCalcPosValue where the if-statement 'if ParentChart.Axes.IFastCalc' can be removed.
What do you think?
Bert
Is there any situation where setting it to False is better?
My suggestion is to remove this property and set the behaviour to True. Everyone will benefit from the increased performance without additional work.
As second benefit can be found in TeEngine: TChartAxis.SetCalcPosValue where the if-statement 'if ParentChart.Axes.IFastCalc' can be removed.
What do you think?
Bert