Promotic

TicksColor - property of the tvScale object

Description:
Color of main ticks of the scale legends (longer ones, at these ticks are legends).
Syntax:
String TicksColor
Note:
Property access for read and write. The default value of this property is defined in the "Color of ticks" configurator of this object.
 
This property is also functional in Web panels.
 
The property returns or sets the RGB String in the form "#RRGGBB".
See also:
Example:
color setting by RGB String in the form "#RRGGBB"
JavaScriptVBScriptSelect and copy to clipboard

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

oScaleTime.TicksColor = "#000080";
oScaleValue.TicksColor = "#000080";
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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