Width

Description

Sets or gets the width of the image.

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

Syntax

VBScript


chartMgr.Width 
chartMgr.Width newWidth 

Perl


$chartMgr->GetWidth(); 
$chartMgr->SetWidth(newWidth); 
Identifier
Description
chartMgr
The CHARTMGR object associated with the current session.
newWidth
An INT indicating the new width of the image in pixels.
Return value
Returns an INT indicating the new width of the image in pixels.