Sign in to follow this  
aurelio_arg

Problem: Save Image As Png In C# - Offline

Recommended Posts

I am unable of saving my chart as a PNG image. The chart is intended for offline use, and it is used with Windows Forms.

 

I allowed Global Security Settings from Flash Player, and stil can't.

 

I use Visual Studio 2008 (but this particular project was made with VS 2010) and FusionCharts Free (latest version available).

 

I attached the entire project in a zip, and a screenshot of the example running, in which you can see that there's no "Convert to PNG Image" button available.

example.zip

post-21465-0-74249800-1316014853_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

I am afraid, FusionCharts free does not support exporting/saving the chart as image, at this time.

 

Please download the latest version of FusionCharts from: http://www.fusioncharts.com/download/ to use this functionality.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Please try this image saving methods to program a simple image saving application, which supports saving image file using different image encoders, including tif encoder, jpg encoder, png encoder, bmp encoder and gif encoder.

 

Shared Sub SaveImageFile(image As REImage, filePath As String)
End Sub
Public Shared Sub SaveImageFile(image As REImage, filePath As String, enc As BaseEncoder)
End Sub

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