alexpopescu Report post Posted March 21, 2011 Hi, I have a bit of an issue when trying to use FusionWidgets. Some time ago I built for my company a library that includes the Fusion Charts and some classes to have controls representing the charts, and I also used the FusionCharts.cs helper class provided with FusionCharts version 3.1. That worked great and I've had no problems at all. Now I needed to also use some Widgets in the application and I decided to add the widgets to my fusion charts class and use the same mechanism. Except the widgets do not work the same way. So my questions are: - First of all, no Csharp class is provided with the widgets. Why is that? - I know that the widgets only accept XML data and I am trying to use that by calling setXMLUrl or setXMLData. Would this work? - is the FusionCharts.js javascript file provided with the widgets the same as the one provided with the charts? - Why is there no ASP.NET example for the Fusion Widgets? Share this post Link to post Share on other sites
Guest Angie Report post Posted March 22, 2011 Hi, Welcome to FusionCharts Forum! Please note that FusionWidgets follows the same coding mechanism as FusionCharts except the swf files which you would need to render charts. Please visit http://www.fusioncharts.com/docs and go through "Guide For Web Developers" section. Hope this helps. Share this post Link to post Share on other sites