|












| |
Contents | Index
CHART.RECALC
Force the recalculation of a chart.
Syntax: CHART.RECALC (chart.title)
Reply: new.chart.title
The chart.title to pass to this command is returned by the NEW.CHART command.
The new.chart.title value returned is the current name of the chart. This
will usually be the same as the original name. However if Auto Recalc is turned
off, and the name of the data set that the chart is based on has changed, then
the name of the chart will change during the execution of the CHART.RECALC
command (to reflect the new data set name), and the new chart name returned will be
different from the old.
|