Promotic

CursorTimeColor - property of the PmgTrendViewer object

Description:
Color of the cursor label time.
Syntax:
String CursorTimeColor
Note:
Property access for read and write. The default value of this property is defined in the "Color of the cursor time label" configurator of this object.
 
This property is also functional in Web panels.
 
The property returns or sets the RGB String in the form "#RRGGBB".
Example:
color setting by RGB String in the form "#RRGGBB"
JavaScriptVBScriptSelect and copy to clipboard

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

var sCursorTimeColor = oTView.CursorTimeColor;   // Reading from the property
oTView.CursorTimeColor = "#00ff00";   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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