Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

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.

In This Topic