Promotic

TableFont - property of the tvGraph object

Description:
Font of column values in the table mode. Returns the ObjectFont object. The font appearance can be changed by writing into its properties..
Syntax:
Object TableFont
Note:
Property access for read only. The value of this property is defined in the "tvTrend > Table mode > Font" configurator of this object.
 
This property is also functional in Web panels.
 
The property is used only if the table mode is set.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGraphDef = oTView.Trends("t1").GraphDefault;
var oFont = oGraphDef.TableFont;
oFont.Size = 8;
oFont.Bold = true;
oFont.Italic = true;
oFont.Name = "MS Sans Serif";
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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