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.