Promotic

LabelFont - property of the tvScale object

Description:
Font of scale legends. Returns the ObjectFont object. The font appearance can be changed by writing into its properties.
Syntax:
Object LabelFont
Note:
Property access for read only. The value of this property is defined in the "Font:" configurator of this object.
 
This property is also functional in Web panels.
See also:
Example1:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe;
var oFont = oTView.ScaleTime.LabelFont;
oFont.Size = 8;
oFont.Bold = true;
oFont.Italic = true;
oFont.Name = "MS Sans Serif";
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.