lreichen Report post Posted July 1, 2010 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
Guest Rajroop Report post Posted November 29, 2010 Hey Louis, You would have to set the window mode(wMode) as transparent for this. Also, could you upgrade to the latest version i.e. FusionCharts v3.2.1? More info on this at: http://www.fusioncharts.com/docs/?Introduction/WhatsNew32.html i hope this helps. Share this post Link to post Share on other sites