motogpdesmo16 Report post Posted May 24, 2011 (edited) Hi all, I need to reproduce a chart like this: http://imageshack.us/photo/my-images/109/testekp.jpg/ I'm working in asp.net (c#) environment so I tried to invoke the chart with the default xml (in attachment) file but it doesn't work in asp.net/C# environment. The Chart invocation is: litGraph.Text = FusionCharts.RenderChartHTML("../FusionCharts/MSColumn2D.swf", "../FusionCharts/StMSCol.xml", "", "myFirst", "600", "300", false, true); and the result is: http://imageshack.us/photo/my-images/695/test2be.jpg/ In particular seems that the nested <dataset> tags are not considered, in fact if I generate an XML file with dataset without any nesting operation, everything seems to work fine: http://imageshack.us/photo/my-images/90/test3ph.jpg/ Moreover: why in the XML code, in some cases I've "dataSet" and in other cases I've "dataset"? There's a difference between these two tags? Does anyone can help me? Thank you in advance. Regards. StMSCol.xml Edited May 24, 2011 by motogpdesmo16 Share this post Link to post Share on other sites
motogpdesmo16 Report post Posted May 24, 2011 Please don't consider that topic. I solved the issue by myself: the error was that the swf which I was using, was wrong: "../FusionCharts/MSColumn2D.swf" instead of "../FusionCharts/MSStackedColumn2D.swf". @Admin/Mods: would you close that topic please? Thank you in advance. Share this post Link to post Share on other sites
Sanjukta Report post Posted May 25, 2011 Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites