faissey Report post Posted February 8, 2008 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
Pallav Report post Posted February 13, 2008 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