Hello
I have to make a linkedchart. This is working but the last chart has to be of some other type. The first 2 are 2D columns, the last one has to be one with a line.
I saw an example with javascript changing the configuration but I have no idea how to do this in asp.net.
Literal1.Text = FusionCharts.RenderChart("Charts/Column2D.swf", "all.xml", "", "myFirst", "600", "300", false, true);
FusionCharts.SetConfiguration(...
This is what I got, the xml data is standard, linking to others with newchart-xmlurl
Thanks