thejasper Report post Posted December 18, 2010 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 Share this post Link to post Share on other sites
Guest Angie Report post Posted December 20, 2010 Hi, Welcome to FusionCharts Forum! Please refer to the link below for more details regarding your query: http://www.fusioncharts.com/docs/?CS_BasicExample.html http://www.fusioncharts.com/docs/?CS_Drill.html Hope this helps. Share this post Link to post Share on other sites
thejasper Report post Posted December 21, 2010 Thanks, I followed the example from your second link, now the last chart is of some other type. The last chart is on an other page, therefore it doesn't have a back button on the chart itself. I can use the one in the browser but is it possible to enable this, just to be consistent? Share this post Link to post Share on other sites
Guest Angie Report post Posted December 21, 2010 Hi, Welcome to FusionCharts Forum! We are glad to know that your problem has been solved. Happy FusionCharting! Share this post Link to post Share on other sites