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