Syntax myPopChart.htmlHeight = "75%";
JavaBean Syntax <JSP:setProperty name="myPopChart" property="htmlHeight" value="75%" />
Description Specifies the height at which a client will display a PopChart image.
This value should be set to a string which contains either the height of the image in pixels (number only), or the height of the image as a percentage of the web page (number followed by percentage % sign).
This attribute does not set the actual height of the image (the actual height is determined by either the appearance file or the PopChart Embedder height attribute). Rather, the htmlHeight attribute sets the value of the height attribute within the <object>, <embed>, or <img> tag that embeds the PopChart image into the web page. In other word, it is essentially like saying <img height="75%"> in HTML.
If htmlHeight is not set, the value of height is used instead.
For more information on how PopChart Server handles the sizing of an image, refer to "Changing the Image Format" in Chapter 4 of the PopChart Server User Guide.