Promotic

ValueZoomMode - property of the tvTrend object

Description:
Value axis range setup method.
Syntax:
Long ValueZoomMode
Values:
0 (default) - Value axis range (minimum and maximum) is set by the PmgTrendViewer.ValueZoomMode property.
1 - Value axis range (minimum and maximum) is set by the ValueMax, ValueMin properties (independently on the PmgTrendViewer.ValueZoomMode property setting).
Note:
Property access for read and write.
 
This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oTrend = oTView.Trends(0);
oTrend.ValueZoomMode = 1;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.