LindseyP Report post Posted May 8, 2008 I'm trying to change the canvas color on my chart (multi series column 2D). I set "canvasBgColor=ffffff" and it displays the canvas as white and light green striped. I want it to be white and gray striped but I can't figure out how to change the light green strip's color. How do I set both colors? Share this post Link to post Share on other sites
edelcom Report post Posted May 9, 2008 I think this should do the trick: canvasBgColor='ffffff,eeeeee' canvasBgAlpha='100,100' Try playing with the canvasBgAlpha values, it produces great effects. Share this post Link to post Share on other sites
LindseyP Report post Posted May 9, 2008 Thank you for replying. I guess the light green was coming from "palette=2", didn't really realize what that was until now. I used the canvasBGAlpha that you recommended and it looks awesome. Thank you. Share this post Link to post Share on other sites