Height

Description

Sets or gets the height of the image.

You must set the height and width of the image separately. By default, HCL Compass sets the height of images to 500 pixels.

Syntax

VBScript


chartMgr.Height 
chartMgr.Height newHeight 

Perl


$chartMgr->GetHeight(); 
$chartMgr->SetHeight(newHeight); 
Identifier
Description
chartMgr
The CHARTMGR object associated with the current session.
newHeight
An INT indicating the new height of the image in pixels.
Return value
Returns an INT indicating the height of the image in pixels