Promotic

LabelBorderVisible - property of the tvScale object

Description:
Visibility of the scale edge legends.
Syntax:
Boolean LabelBorderVisible
Values:
true - legends are visible
false - legends are not visible
Note:
Property access for read and write. The default value of this property is defined in the "Visibility:" configurator of this object.
 
This property is also functional in Web panels.
See also:
Example1:
JavaScriptVBScriptSelect and copy to clipboard

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

oScaleTime.LabelBorderVisible = true;
oScaleValue.LabelBorderVisible = true;
Example2:
See the example in the description of the tvScale - Deatiled object description object
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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