int width

Syntax myPopChart.width = 600;

JavaBean Syntax <JSP:setProperty name="myPopChart" property="width" value="600" />

Description Specifies the width of the generated PopChart image.

This value should be set to an integer, which represents the width, 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 htmlWidth attribute overrides the width 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.