octopus Report post Posted July 28, 2008 I am using a C #, I use map and the pie-chart at all normal, but when I use AngularGauge.swf. I would like to use the return FusionCharts.RenderChart ("../ FusionCharts / AngularGauge.swf "," ", xmlData.ToString ()," productSales "," 600 "," 300 ", false, false); this way, but Can not be displayed. When I use return FusionCharts.RenderChartHTML ("../ FusionCharts / AngularGauge.swf "," Data / Data.xml "," "," myFirst "," 600 "," 300 ", false); methods, we can show that normal, So would like to ask about. Share this post Link to post Share on other sites
Arindam Report post Posted July 28, 2008 hi, Please tell me first, are you using Ajax environment? RenderChart will not work in Ajax environment so please use RenderChartHTML. If you do not use ajax environment then both RenderChart and RenderChartHTML will work. For RenderChart you should include FusionCharts.js script. <script language="javascript" type="text/javascript" src="[relative path]/FusionCharts.js" ></script> Share this post Link to post Share on other sites