Sign in to follow this  
alexpopescu

Using Fusionwidgets In Asp.net

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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.smile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this