Syntax myPopChart.height = 400;
JavaBean Syntax <JSP:setProperty name="myPopChart" property="height" value="400" />
Description Specifies the height of the generated PopChart image.
This value should be set to an integer, which represents the height, in pixels, of the generated image.
This attribute sets the height of the image that is returned to the browser, but not necessarily the height at which the browser will display the image. This is because the htmlHeight attribute, if it is set, overrides the height attribute within the browser.
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.