aurelio_arg Report post Posted September 14, 2011 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 Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 15, 2011 Hi, Welcome to FusionCharts Forum! 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. Share this post Link to post Share on other sites
Bessemer Report post Posted April 9, 2014 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 SubPublic Shared Sub SaveImageFile(image As REImage, filePath As String, enc As BaseEncoder)End Sub Share this post Link to post Share on other sites