Sign in to follow this  
Pallav

want to render chart through webservice

Recommended Posts

Hi I want to render chart by calling webservice. Can some tell me how to do this.

 

For Example:

 

string strDataURL;

 

strDataURL = "BankChartData.aspx?AccID=" + id;

 

string chart = InfoSoftGlobal.FusionChart.RenderChart("../FusionCharts/FCF_Line.swf", strDataURL, "", "chart" + id.ToString(), "650", "450", false, false);

 

 

 

Here i want to pass my webservice method instead of strDataURL.

Share this post


Link to post
Share on other sites

This won't work because of 2 reasons:

 

 

 

- Cross-domain data security policy

 

- Difference in FusionCharts and web-service XML format

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