Promotic

MinorTicksNum - property of the tvScale object

Description:
The number of minor ticks between two main ones. Initial value of this property is -1 (it means that the number is always automatically counted).
Syntax:
Long MinorTicksNum
Note:
Property access for read and write. The default value of this property is defined in the "Number of minor ticks in one main segment" configurator of this object.
 
This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

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

oScaleTime.MinorTicksNum = 3;
oScaleValue.MinorTicksNum = 2;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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