TelematicsIndia Report post Posted February 18, 2008 i m developing small desktop Application project. i need to know how to add a fusion chart components into .net 2005 as well as retreive query from sql server 2000 and display into fusion charts. Regards, Share this post Link to post Share on other sites
FusionCharts Support Report post Posted February 21, 2008 (edited) hi, You can add FusionCharts using Flash Player OCX control in .net Desktop Application. To provide data, you need to build XML for the chart and stream the XML to the chary. If you intend to retrieve data from SQL server you need to use your regular code to do this and build the XML using your .net code. FusionCharts only accepts XMl data. You can try out these simplest implementations from these links: http://www.fusioncharts.com/forum/Topic3221-28-1.aspx http://www.fusioncharts.com/forum/FindPost2798.aspx Edited February 21, 2008 by Guest Share this post Link to post Share on other sites