Sets or gets the width of the image.
You must set the height and width of the image separately. By default, Rational ClearQuest sets the width of images to 800 pixels.
VBScript
chartMgr.Width chartMgr.Width newWidth
Perl
$chartMgr->GetWidth(); $chartMgr->SetWidth(newWidth);