Autoscroll - property of the PmgTrendViewer object
Description:
Enable or disable the autoscroll, the automatic reading the values.
Syntax:
Boolean Autoscroll
Note:
Property access
for read and write.
The default value of this property is defined in the "
Activate autoscroll after start" configurator of this object.
If the property is set to the
true value, then new data are requested with the
AutoscrollRate period.
The viewer pages, is autoscroll (moves in time) according to setting the properties
AutoscrollSize and
AutoscrollType.
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
oTView.Autoscroll = !oTView.Autoscroll;
Dim oTView
Set oTView = pMe.Items("../TrendView")
oTView.Autoscroll = Not oTView.Autoscroll