nitinvertigo

Capture The Fusioncharts As Images Using Serverside Coding

Recommended Posts

Hello, I am working on a project on asp.net using fusioncharts(displayed in a panel) for report generation.My requirement is that i have to capture the fusioncharts as images on the local drive using C# coding.Can anyone please provide me the code and guide me? Thank you.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello, I am working on a project on asp.net using fusioncharts(displayed in a panel) for report generation.My requirement is that i have to capture the fusioncharts as images on the local drive using C# coding.Can anyone please provide me the code and guide me? Thank you.

 

Hi,

 

Are trying to implement Server-side export or client-side export?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

 

When exporting the charts as images/PDFs using server-side Export Handlers, there are two actions that you can choose from:

1. Download to end user - Return the generated image/PDF back to the client (browser) for downloading

2. Save on server disk - Save the image on server-disk and return the URL of the same to callback JavaScript functions

 

 

For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Returning the exported output as download', please refer to the link below,

http://docs.fusioncharts.com/charts/contents/?exporting-image/server-side/ECServerDownload.html

 

For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Saving exported output on server disk', please refer to the link below,

http://docs.fusioncharts.com/charts/contents/?exporting-image/server-side/ECServerSave.html

 

Find attached illustration for your reference.

Export_.NET.zip

Share this post


Link to post
Share on other sites

Hi,

 

 

When exporting the charts as images/PDFs using server-side Export Handlers, there are two actions that you can choose from:

1. Download to end user - Return the generated image/PDF back to the client (browser) for downloading

2. Save on server disk - Save the image on server-disk and return the URL of the same to callback JavaScript functions

 

 

For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Returning the exported output as download', please refer to the link below,

http://docs.fusionch...erDownload.html

 

For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Saving exported output on server disk', please refer to the link below,

http://docs.fusionch...ServerSave.html

 

Find attached illustration for your reference.

 

 

Hello, thanks for your response.I managed to solve the problem using the solution you provided.Thank you once again.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello, thanks for your response.I managed to solve the problem using the solution you provided.Thank you once again.

 

smile.gif

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