Cosostones Report post Posted October 14, 2013 Hi, I am curently evaluating FusionCharts XT functionnalities. On point is to be able to export charts on ASP.Net. I am trying the provided script "FCExporter.aspx.cs" included in evaluation version. Its generating error at runtime : - Line 918 : ##ffffff is not a valid value for Int32. gr.Clear(ColorTranslator.FromHtml("#" + rawImageData["bgcolor"].ToString())); - Line 938 : Index was outside the bounds of the array. int fRepeat = int.Parse(split_data[1]); Looks like the version of the export handler is too old (version 2.0 [ 19 March 2009 ]). Could you provide a more up to date version ? (I saw a similar post : http://forum.fusioncharts.com/topic/13827-export-chart-javascript-throws-exceptions/, but with no direct solution) Thanks for your help. Alain. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 15, 2013 Hello Alain, Are you trying to export JavaScript chart or Flash chart? Share this post Link to post Share on other sites
Cosostones Report post Posted October 16, 2013 Hi, I am trying to export JavaScript chart. Regards. Alain. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 16, 2013 Hi Alain, There is one implementation to export JavaScript charts at server-side using ASP.NET C#. This implementation can be accomplished using Sharp Vectors utility. If you want to try out this implementation, then please drop in a request at [email protected] Share this post Link to post Share on other sites
Cosostones Report post Posted October 16, 2013 Hi Sumedh, Ok, I did it. Regards. Alain. Share this post Link to post Share on other sites
pablo Report post Posted July 4, 2014 Hello I'm interested too in exporting a Javascript chart at server-side using ASP. NET. May I send a request to [email protected]? Thank you for your help Share this post Link to post Share on other sites