Update cookies preferences
Promotic

Visible - property of the tvGraph object

Description:
Visibility of the trend area.
Syntax:
Boolean Visible
Values:
true - Area is visible
false - Area isn't 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.28 SCADA system documentation MICROSYS, spol. s r.o.

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