Syntax myPopChart.bgColor = "FFFFFF";
JavaBean Syntax <JSP:setProperty name="myPopChart" property="bgColor" value="FFFFFF" />
Description Specifies the background color of your PopChart image.
The value of this string should be a six digit hexadecimal number, representing the RGB value of the desired color. For example, "FFFFFF" represents white, while "C7C700" represents the green-yellow color used on this page.
Note: Do NOT prepend the color value with a pound # sign, as is often done on web pages.