Promotic

TicksWidth - property of the tvScale object

Description:
Line width of main ticks (longer ones) (in pixels). The number and location of main ticks is set by properties of the tvTicks object.
Syntax:
Long TicksWidth
Note:
Property access for read and write. The default value of this property is defined in the "Width of the tick" configurator of this object.
 
This property is also functional in Web panels.
See also:
- tvScale.TicksLength (property)
- tvScale.TicksColor (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

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

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

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