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.
Page 1 of 1
want to render chart through webservice I want to call webservice
Other Replies To This Topic
#2
Posted 13 February 2008 - 08:36 AM
This won't work because of 2 reasons:
- Cross-domain data security policy
- Difference in FusionCharts and web-service XML format
- Cross-domain data security policy
- Difference in FusionCharts and web-service XML format
Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote