rite2mario Report post Posted November 10, 2010 Hi Team, Is it possible to export a chart to pdf or an image on click of a button in asp.net instead of the default right click on the chart. If you could please suggest me a solution or a work arround it will be really helpfull thanks , Mario Noronha. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 25, 2010 You can do this using the exportChart API function provided by each chart. All you need to set a button that will run at client and call a JS function which in turn will call chart's exportChart() function. Please check the implementation in plain HTML and the JS code (form source) from here: http://www.fusioncharts.com/Demos/ExportChart/Contents/client_export.html Share this post Link to post Share on other sites