Sign in to follow this  
LindseyP

Change the strip colors in the canvas background

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this