Promotic

TrendArea - property of the PmgTrendViewer object

Description:
Returns object of the tvTrendArea type that represents the area where trend graphs are drawn and around which scales are displayed.
Syntax:
Object TrendArea
Note:
Property access for read only.
 
This property is also functional in Web panels.
Example:
Sets the Dx property (width of the area where trends are drawn) of the tvTrendArea object.
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oArea = oTView.TrendArea;
oArea.Dx = 400;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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