Chart.Freeze
- Last UpdatedDec 08, 2015
- 1 minute read
The Chart.Freeze property is a read-write Boolean property that stops (TRUE) or starts (FALSE) the trend display from updating.
Syntax
Chart.Freeze = bool;
Result = Chart.Freeze;
Remarks
The default is FALSE, which continues (or resumes) the trend display updates. Setting the property to TRUE stops the trend display updates.