ValueZoomMode - property of the tvTrend object
Description:
Value axis range setup method.
Syntax:
Long ValueZoomMode
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
var oTrend = oTView.Trends(0);
oTrend.ValueZoomMode = 1;
Dim oTView
Set oTView = pMe.Items("../TrendView")
Dim oTrend
Set oTrend = oTView.Trends(0)
oTrend.ValueZoomMode = 1