"freezeOnStop"
If active (TRUE) the trend starts in "freeze" mode instead of the usual stop mode when a ruler is set.
Synopsis
setValue( string shape,"freezeOnStop", bool freeze);
TREND1.freezeOnStop(bool);
Parameter
Parameter | Description |
---|---|
shape | Name des Trendobjekts |
freeze |
TRUE: Freeze-Modus aktiviert FALSE: Freeze-Modus deaktiviert |
Description
If active (TRUE) the trend starts in "freeze" mode instead of the usual stop mode when a ruler is set. When using the freeze mode, the trend does not display new values, however, the values are still received in the background. Since it may result in faulty displays if the property is set later, it is recommended to define it in the "Initialize" script of the trend widget.
Assignment
Trend widget