atlanta Report post Posted May 31, 2012 I am using ASP.NET C# and building my chart using this method: InfoSoftGlobal.FusionCharts.RenderChart("../FusionCharts/Pie2D.swf?ChartNoDataText=My custom message", "", xmlData.ToString(), "Factory", "100%", "300", false, true); This chart will not show up. I get "Movie not loaded" message in the right click options where chart was supposed to be rendered. However, if I remove the Querystring ChartNoDataText then it just works fine. Am I missing something? Thanks. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 15, 2012 I am using ASP.NET C# and building my chart using this method: InfoSoftGlobal.FusionCharts.RenderChart("../FusionCharts/Pie2D.swf?ChartNoDataText=My custom message", "", xmlData.ToString(), "Factory", "100%", "300", false, true); This chart will not show up. I get "Movie not loaded" message in the right click options where chart was supposed to be rendered. However, if I remove the Querystring ChartNoDataText then it just works fine. Am I missing something? Thanks. Hi, Apologies for the delay. I am not able to replicate the same. Please find attached illustration and screen-shot for your reference. Also, if you are using older version of FusionCharts, pleas upgrade to FusionCharts XT SR3 and try once again. Chart_Message.zip Share this post Link to post Share on other sites