nemesis256 Report post Posted August 21, 2009 Is it possible to automatically save a chart as an image on the server? I'm interested in putting together a document (not sure what type yet, HTML, PDF, something like that) of different charts. I want to be able to do this on the server without any user interaction. Is this possible? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted August 22, 2009 2 ways: A. Let the chart loads in a browser and you define a FC_Rendered() function n JavaScript. This will be called by chart when it has finished rendering and ready for export. Put the exportChart() function for the chart here and the chart will be exported with out user interaction. B. We have developed a .NET Server only solution where this can be done silently as a server side process with out anything going to client side. Share this post Link to post Share on other sites