LucasGraf Report post Posted February 25, 2013 I've read over the Part 3 of how to use FusionCharts in a WinForm numerous times : http://blog.fusioncharts.com/2009/10/how-to-use-fusioncharts-in-windows-net-applications-winforms-%E2%80%93-part-3/ It is mentioned there that you can do the exporting without the right-click-> Save as PNG interaction somehow by calling the exportChart() funciton in the FlashCall function after the "FC_Rendered" request has happened. The problem is nothing there tells me how to do it? So, How do I call the exportChart() function? Thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 27, 2013 Hi, Welcome to FusionCharts Forum! Apologies for the delayed response. Please call the following function in FlashCall when ‘FC_Rendered’ is True to export the charts automatically after it is rendered. Ref. Code: ChartContainer.CallFunction(“<invoke name=’exportChart’> </invoke>”); The chart would be exported automatically instead of right-clicking on the chart. All the steps related to export, like XML configurations, etc. would be exactly the same as described in this post. Hope this helps! Share this post Link to post Share on other sites
LucasGraf Report post Posted February 27, 2013 Thank you very much! This is what I needed and I knew it had to be something simple but I couldn't get it. Share this post Link to post Share on other sites