Sign in to follow this  
edulpn

Saving chart as image C#

Recommended Posts

Hey everybody!

 

 

 

Since I'm usign fusion chart to generate my C# project's charts, i need to save it as an image, so i can place it on a html report.

 

I figured out that the best way to do is saving the chart as an image, into the windows form application, and then put the image on image tag of the html report.

 

 

 

if this is the best way to do, how can i save the chart as an image throu C# programming?

 

if it isn't, how can i take a chart, feed with a xml string in a C# flash object (using callfunction() - v3 evaluation version), and put it in a html report without using any script, like PHP, ASP or JScript?

 

 

 

Thanks for the help,

 

Ed.

Edited by Guest

Share this post


Link to post
Share on other sites

Hi Ed,

 

 

 

Currently, you cannot save the chart as image at server side. You'll need to render the chart once at client side, before you can invoke the save as image routine.

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