Promotic
Login logon

Visible - property of the tvGraph object

Description:
Visibility of trend area.
Syntax:
Boolean Visible
Values:
true (default) - The tvGraph object is visible.
false - The tvGraph object is not visible.
Note:
Property access for read and write. The default value of this property is defined in the "tvTrend > Basic settings > Visibility of trend" configurator of this object.
 
This property is not functional yet in Web panels
 
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 bVisible = oGraphDef.Visible;   // Reading from the property
oGraphDef.Visible = true;   // Writing into the property
oTView.Draw();
PROMOTIC 9.0.34 SCADA system documentation MICROSYS, spol. s r.o.

Send page remark Contact responsible person
© MICROSYS, spol. s r.o.Update cookies preferences