Sign in to follow this  
lreichen

C# - My charts hide everything on the page

Recommended Posts

Hopefully a quick and easy question:

 

 

 

I have a number of pages with charts on them, but the charts always cover the menu I have created.

 

 

 

I have read a few posts about similar difficulties and tried those solutions with no luck. I have upgraded my charts to the latest version. And used the transparent parameter of the RenderChart method like so -

 

 

 

 

lChart.Text = FusionCharts.RenderChart("./FusionCharts/Column3D.swf", "", xmlData.ToString(), iCount.ToString(),

                                                        "200", "120", false, false, true); 

 

 

 

and added canvasBgAlpha='0' bgAlpha='0' to my list of parameters.

 

 

 

Unfortunately, setting this transparent parameter causes the graph to disappear.

 

 

 

What am I missing?

 

 

 

Thanks for the help!

 

 

 

Louis

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