Sets or gets the height of the image.
You must set the height and width of the image separately. By default, Rational ClearQuest sets the height of images to 500 pixels.
VBScript
chartMgr.Height chartMgr.Height newHeight
Perl
$chartMgr->GetHeight(); $chartMgr->SetHeight(newHeight);