Dynamic Updates
A graphic can contain numerous bindings to values that you want to be able to display in the graphic. When there are numerous bindings, reading the values can be time-consuming and can slow down the performance of the graphic. By setting the DynamicUpdates attributes in the Bind elements of the graphic to either disabled or enabled, you can control which values are updated. That is, which values the graphic subscribes to when the graphic is opened.
Disabling the updates can improve the performance when loading the graphic. By default, the dynamic updates are enabled, that is, the value connected to a Bind element in the graphic is updated when the graphic is opened.
To control how and when the values of bindings that are not dynamically updated are to be updated, you can add a script to the Script element of the Bind element.
For more information, see the following section: