Hi, I´m trying to render a chart from code behind using the FusionCharts.RenderChart method.
Literal1.Text= FusionCharts.RenderChart("../Charts/Column3D.swf", "",xml, "myFirst", "300", "300", true,true,true);
Im working on .Net C#. When using the dataUrl parameter (../Data/Data.xml) the chart renders fine, but when I try to use the dataStr parameter with the same XML converted to string it doesn't render and only displays the laberl 'Chart'.
The XML is the one that you provide in the fusioncharts examples. I think it's important to say that I'm using an UpdatePanel and I have already included the jquery .js and registered the updatepanelhook.fusioncharts.js in the scriptmanager.
Thanks in advance...