Promotic

AlignValue - property of the tvTicks object

Description:
Align value of main ticks of the scale legends owing to values.
Syntax:
Variant AlignValue
Note:
Property access for read and write. The default value of this property is defined in the "Align value" configurator of this object.
 
This property is also functional in Web panels.
 
The property is not used, if the value in the AlignType property is less than 2. If the value je greater or equal 2, then it specifies the alignment of the scale main ticks.
See also:
Example1:
JavaScriptVBScriptSelect and copy to clipboard

var oTicks;
var oTView = pMe.Items("../TrendView");

oTicks = oTView.ScaleTime.Ticks;
oTicks.AlignValue = 1/4;

oTicks = oTView.ScaleValue.Ticks;
oTicks.AlignValue = 0;
Example2:
See examples in the description of the tvTicks object.
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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