ITeeFunction.Recalculate
ITeeFunction See also
procedure Recalculate;
Type Library
TeeChartx
Description
The Recalculate method performs a CheckDataSource method on ParentSeries.
Basically, all points in ParentSeries are being recalculated.
The recalculating is performed only if internal IUpdate flag is set to false.
To make sure IUpdate is set to false, you can call TeeFunction EndUpdate method prior to calling TeeFunction ReCalculate.
See also:
BeginUpdate, EndUpdate