Sign in to follow this  
Cosostones

exportHandler - server side FCExporter.aspx.cs not working

Recommended Posts

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 ?
 
 
Thanks for your help.
 
Alain.

 

Share this post


Link to post
Share on other sites
Guest Sumedh

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this