|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/8/2008 6:47:14 AM
Posts: 4,
Visits: 25
|
|
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.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
This won't work because of 2 reasons:
- Cross-domain data security policy
- Difference in FusionCharts and web-service XML format
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|