muthu Report post Posted July 16, 2008 how to save the fusion chart as image and export in to pdf? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted July 16, 2008 Hi!, I am afraid export to PDF is not supported as of now. You could export as image using this: <chart imageSave='1' imageSaveURL='http://<<Path to your script>>/FusionChartsSave.aspx'> That will add an option "Save As Image" to the Context Menu & by clicking on this, your chart will be exported as image. Also, more information can be found here http://www.fusioncharts.com/docs/ -> "Saving Chart as Image". You can use your own code to save this image to PDF. Share this post Link to post Share on other sites