String imageType

Syntax myPopChart.imageType = { "EPS" | "GIF" | "FLASH" | "PDF" | "PNG" | "SVG" | "WBMP" };

JavaBean Syntax <JSP:setProperty name="myPopChart" property="imageType" value="{eps|gif|flash|pdf|png|svg|wbmp}" />

Description Specifies the format for the generated PopChart image.

The value of this string should be a string containing the name of one of PopChart Server's supported image formats, such as "GIF", "FLASH", or "SVG". A complete list of these formats is found under the topic "Image Types" in Chapter 4.

You only need to set this attribute if you are requesting an image format other than the default format, which can be specified on the Settings > Image Type page of the Administration console, or using the type configuration setting.

This format is not necessarily the same format that will be returned to the client. If you have enabled best-image fallback (refer to "Best Image Fallback" in Chapter 4 of the PopChart Server User Guide) or automatic PNG detection (see "Automatic PNG Detection" in Chapter 3 of the PopChart Server User Guide) PopChart Server may return a different format, depending on which formats a browser can display.

For an explanation of the image formats that PopChart Server supports, refer to Chapter 14, "Image Formats."