Update cookies preferences
Promotic

Direction - property of the tvScale object

Description:
Direction of drawing values
- from the left-to right/from the right-to the left on the time axis or
- up/down on the value axis.
Syntax:
Long Direction
Values:
0 - on the time axis latest values are drawn in the from the left-to right direction,
on the value axis greater values are drawn in the up direction.
1 - on the time axis latest values are drawn in the from the right-to the left direction,
on the value axis greater values are drawn in the down direction.
Note:
Property access for read and write. The default value of this property is defined in the "Direction of growth of values" configurator of this object.
 
This property is also functional in Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oScaleTime = oTView.ScaleTime;
var oScaleValue = oTView.ScaleValue;

oScaleTime.Direction = 0;
oScaleValue.Direction = 1;
PROMOTIC 9.0.31 SCADA system documentation MICROSYS, spol. s r.o.

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