I have been experimenting with the .Net Wrapper and I have started trying to get a Drill Down chart to work. I took the example from the Drill Down page and tried to create the same result using the wrapper and the Chart will not display. it displays invalid data.
If I remove the linkeddata section from the json, the chart displays as expected.
I am using this example: http://www.fusioncharts.com/dev/usage-guide/getting-started/adding-interactivity/setting-up-drill-down.html
Is there an example of creating simple and complex drill down charts for .Net?
Regards
Harry
I have gotten the drown down to work, using the same chart types. Since the chart is built from the code behind using the wrapper, is there an example of changing the chart type in a drill down from the code behind?