Dy - property of the tvTrendArea object
Description:
Height of the graph area (in pixels or in percentage).
Note:
Property access
for read and write.
The preset 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.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
var oTrendArea = oTView.TrendArea;
var nDy = oTrendArea.Dy;
Dim oTView, oTrendArea
Set oTView = pMe.Items("../TrendView")
Set oTrendArea = oTView.TrendArea
Dim nDy
nDy = oTrendArea.Dy