"trendRun"
Runs the trend.
Synopsis
setValue(string shape, "trendRun");
shape.trendRun();
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
Description
Runs the trend. This parameter corresponds to clicking the stop-watch in the icon bar while the trend is stopped.
Note
After restarting a Trend with "trendRun" the visible Area is not refreshed automatically. To move to the current area, use "gotoNow". This also means that functions like "curveAutoscale" need to be started again, after restarting the trend.
Example
main()
{
TREND1.trendRun(); // Runs the trend
}
Assignment
Trend