﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Using FusionCharts / FusionCharts and ASP.NET  / saving chart dynamically as an image / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 07 Oct 2008 10:21:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>In the documentation for saving as an image dynamically it says this&lt;/P&gt;&lt;P&gt;"If you intend to save the chart soon after the chart has loaded, make sure to put the&lt;SPAN class=codeInline&gt; saveAsImage()&lt;/SPAN&gt; command in &lt;SPAN class=codeInline&gt;FC_Rendered&lt;/SPAN&gt; event; otherwise, the exporting will get invoked before the chart has started rendering, and you'll get a blank image."&lt;/P&gt;&lt;P&gt;How do I include the command in the FC_Rendered event? Do I need the source code version?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;John</description><pubDate>Tue, 02 Sep 2008 09:34:07 GMT</pubDate><dc:creator>JohnBannister</dc:creator></item><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I used that and it is working perfectly...&lt;br&gt;&lt;br&gt;One more thing that we need is to hide the loading screen...how can we hide the screen...?I want to create an image without letting user know of any thing....also can we create this swf in the backed...that is not showing user that too..&lt;br&gt;&lt;br&gt;Actually what i want is to generate a PDF containing tables and this image. so I will not have swf so i want this all done in backend...?&lt;br&gt;&lt;br&gt;Please advise...&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;</description><pubDate>Tue, 24 Jun 2008 09:34:10 GMT</pubDate><dc:creator>atiq576</dc:creator></item><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>Hi!,&lt;br&gt;Could you please download the latest evaluation version (3.0.6) from [url=http://www.fusioncharts.com/download.asp]FusionCharts Download[/url] section? The evaluation version supports all the features available in license version.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Rahul.</description><pubDate>Thu, 19 Jun 2008 03:22:21 GMT</pubDate><dc:creator>Rahul Kumar</dc:creator></item><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;If this feature can only be used after purchasing is there a way we can test this feature with out purchasing the licence and then if worked can purchase the licencec....?&lt;br&gt;&lt;br&gt;Also read my post above...&lt;br&gt;&lt;br&gt;Regards,</description><pubDate>Wed, 18 Jun 2008 01:14:12 GMT</pubDate><dc:creator>atiq576</dc:creator></item><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Thanks for the quick reply...&lt;br&gt;&lt;br&gt;Its running on clients side becuase it generates image on the loaded flash graph ya?&lt;br&gt;&lt;br&gt;Also to use this imaeSave feature do we have to purchase a lienced version of fusion chart?&lt;br&gt;</description><pubDate>Tue, 17 Jun 2008 08:48:33 GMT</pubDate><dc:creator>atiq576</dc:creator></item><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>Hi &lt;SPAN id=_ctl1_ctlTopic_ctlPanelBar_ctlTopicsRepeater__ctl3_lblPostSignature&gt;Atiq,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes the API could be run at backend (client side) without letting the user to know or interfare. But, this function would POST the image data to a serverside script to generate the image. Hence, you wish can be fulfilled this way.&lt;/SPAN&gt;</description><pubDate>Tue, 17 Jun 2008 02:17:18 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;So using javascript API means that we can call that javascript function saveAsImage() from backend (without letting user know) that function will save image to a fixed location and then we can use that image to be used in pdf and stuff....&lt;br&gt;&lt;br&gt;Am i understanding it correctly? We are using fusioncharts for our site and its been great but we need this very importaant feature....&lt;br&gt;&lt;br&gt;Also to use this feautre we have to purcahse the licenece?&lt;br&gt;&lt;br&gt;pre-thanks,&lt;br&gt;Atiq</description><pubDate>Sun, 15 Jun 2008 09:09:18 GMT</pubDate><dc:creator>atiq576</dc:creator></item><item><title>RE: saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;You can also use JavaScript API saveAsImage() to save the chart as Image. Please refer to the Documentation :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.fusioncharts.com/docs/Contents/JS_saveAsImage.html"&gt;http://www.fusioncharts.com/docs/Contents/JS_saveAsImage.html&lt;/A&gt;</description><pubDate>Tue, 06 May 2008 07:48:50 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>saving chart dynamically as an image</title><link>http://www.fusioncharts.com/forum/Topic6105-32-1.aspx</link><description>I am looking through this forum and not really finding what I need. I am trying to load a chart and my a user clicks export to PDF or Excel, save the chart as an image and then I can attach the image to a PDF or excel sheet. I can't imagine the only way to save an image is to right click save.&lt;/P&gt;&lt;P&gt;Any help on this would be great.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cisco2103</description><pubDate>Tue, 06 May 2008 07:39:21 GMT</pubDate><dc:creator>cisco2103</dc:creator></item></channel></rss>