FusionCharts.RenderChart("../FusionCharts/Charts/ScrollLine2D.swf", "", strXML.ToString(), chartTitle, Width, Height, False, True, [b]True[/b])
We recently started to use FusionCharts with css layers. At first, we could not figure out how to make the css layer go ontop of the fusionchart but after searching the forum, we read that this is a flash issue and the various tricks to get around the problem. Since all of our charts are called and rendered via .NET, we decided to use the extra transparent override that is built into RenderChart - see the above line of code as a reference to this override flag.
However, we have run into a problem that I haven't seen posted in other threads and don't know if there is a correction for this that we are missing. When we attempt to render a chart using the transparency override, we get the following error.
As far as I can tell from reading the documentation, all we should need to do to make the transparency override work is to switch the flag to TRUE, correct? Or is there something else that needs to be done? Or is this a known issue with a differing solution?