Width3D - property of the tvTrendArea object
Description:
Width of the 3D graph area (in pixels).
Note:
Property access
for read and write.
The default value of this property is defined in the "
Width of 3D" configurator of this object.
This property is also functional in
Web panels.
The property is used only if the
graphic mode is set.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
var oTrendArea = oTView.TrendArea;
var nWidth3D = oTrendArea.Width3D;
Dim oTView
Set oTView = pMe.Items("../TrendView")
Dim oTrendArea
Set oTrendArea = oTView.TrendArea
Dim nWidth3D
nWidth3D = oTrendArea.Width3D