Promotic

Ticks - property of the tvScale object

Description:
Returns object of the tvTicks type - specifies the location of main ticks (and thereby at the legends) of the scale on the time axis or on the value axis.
Syntax:
Object Ticks
Note:
Property access for read only.
 
This property is also functional in Web panels.
Example1:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oScaleTime = oTView.ScaleTime;
var oScaleValue = oTView.ScaleValue;
var oTicksScaleTime = oScaleTime.Ticks;
var oTicksScaleValue = oScaleValue.Ticks;
Example2:
See examples in the description of the tvTicks object.
Example3:
See the example in the description of the tvScale - Deatiled object description object
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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