이미지의 높이를 설정하거나 가져옵니다.
이미지의 높이와 너비를 별도로 설정해야 합니다. 기본적으로 Rational® ClearQuest®에서는 이미지의 높이를 500 픽셀로 설정합니다.
VBScript
chartMgr.Height chartMgr.Height newHeight
Perl
$chartMgr->GetHeight(); $chartMgr->SetHeight(newHeight);