String fallback

Syntax myPopChart.fallback = {"NONE" | "LOOSE" | "STRICT"};

JavaBean Syntax <JSP:setProperty name="myPopChart" property="fallback" value="{none|loose|strict}" />

Description Specifies the fallback method for the generated PopChart image.

The value of this string should be one of the following three strings: "NONE", "LOOSE", or "STRICT". These strings represent the different fallback methods—none, loose, and strict, respectively.

For an explanation of PopChart Server's best-image fallback feature and the various fallback methods, refer to "Best Image Fallback" in Chapter 4 of the PopChart Server User Guide.