Autoscroll - property of the PmgTrendViewer object
Description:
Enable or disable the automatic scrolling, the automatic reading the values.
Syntax:
Boolean Autoscroll
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