shahid00704 Report post Posted April 27, 2010 Hello I am just new to Fusion Charts. I have downloaded Evaluation product V3.1 i am working this on VS 2008 with C# language. But i am not able to generate Chart. when i right click on the page it is giving message movie not loaded. this is how i am doing this. protected void Page_Load(object sender, EventArgs e) { Label1.Text = getChart(); } public string getChart() { StringBuilder xmlData = new StringBuilder(); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); xmlData.Append(""); string path = "../../FusionCharts/Column3D.swf"; return FusionCharts.RenderChartHTML("~/FusionCharts/Column3D.swf", "", xmlData.ToString(), "myNext", "600", "300", false); I have given reference of dll file. what else i have to do for working on fusion charts?? please reply as soon as possible. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 27, 2010 Hi Shahid, Please refer to the sample that we are sending you as an attachment. Hope this hels. Line.zip Share this post Link to post Share on other sites