Promotic

Dy - property of the tvTrendArea object

Description:
Height of the graph area (in pixels or in percentage).
Syntax:
Variant Dy
Note:
Property access for read and write. The default value of this property is defined in the "Height Dy" configurator of this object.
 
This property is also functional in Web panels.
 
The property is used only if the graphic mode is set.

On setting it can be set the value in pixels or the value can be set in percentage of the whole viewer height. For example oTrendArea.Dy = "84%".
On reading from the property is always returned the value in pixels.
See also:
- tvTrendArea.X (property)
- tvTrendArea.Y (property)
- tvTrendArea.Dx (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

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

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