wolfingerfake Report post Posted September 9, 2009 hi, made i web service whit microsoft visual studio 2008 and i need draw a piechart whit the resul of one of the methods, but how can i make this whit fusioncharts? in whit datavisualization of flex was a easy task but no whit this Share this post Link to post Share on other sites
saptarshi Report post Posted September 10, 2009 Hi, I am assuming that the return value of the method is some data. You need to convert the data into the standard FusionCharts XML format. Once you get the XML you can easily make the charts using the .SWF the XML and the JS file with HTML as a wrapper. Hope this helps. Share this post Link to post Share on other sites