Promotic

TableAlign - property of the tvGraph object

Description:
Align type of column values in the table mode. It aligns the column that refers to the tvTrend object to which the tvGraph object belongs.
Syntax:
Long TableAlign
Values:
0 - left
1 - Center
2 (default) - Right
Note:
Property access for read and write.
 
This property is also functional in Web panels.
 
The property is used only if the table mode is set.
When the object is created, the value of this property is copied from the PmgTrendViewer.GraphInit object.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGraphDef = oTView.Trends("t1").GraphDefault;
var nTableAlign = oGraphDef.TableAlign;   // Reading from the property
oGraphDef.TableAlign = 1;   // 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.