Bhushan Report post Posted June 10, 2014 Hi, my page have 20 fusion charts & i want to download all chart. what is the best way to download all charts at a time ? I saw batch file code to download all charts, but i m not able to call/execute the same from .cs file can anyone give me snippet of code which will download all charts using batch file ? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 11, 2014 Hi, Let me clarify myself once that the Batch export feature is only supported in Flash charts and for client-side downloading of the charts image. So, as you have seen in the documentation (link: http://docs.fusioncharts.com/charts/contents/exporting-image/batch-exporting/ECBatchCallback.html ) you can initiate the export process by calling "BeginExport()" JavaScript function of FusionCharts library. But, it is not possible to export the batch file of all charts by calling from code behind. However, as an alternative you can use "PhantomJS" library to execute the command for generating the image of the entire webpage (contains all the charts in one single file) and save it to your server using code behind C# code. For more information on this, please visit the link: http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/ Hope this helps! Share this post Link to post Share on other sites