maho Report post Posted November 18, 2009 Hallo, is it possible to export an image (client or server-side) in an higher resolution / dpi? If no, will it be possible in the future or is it a flash limitation? Thanks. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 18, 2009 Hi, I am afraid that as of now FusionCharts does not support the export of a chart having higher resolution compared to the resolution of the rendered chart. However, using Asp.Net it is possible to generate a chart of higher resolution at the server-side and then it is possible to export the chart with a higher resolution. Hope this helps. Share this post Link to post Share on other sites
maho Report post Posted November 19, 2009 Thanks for the answer. But if I using ASP.Net to export an image with a higher resolution, the original resolution would only be interpolated, right? Because I think every server-script gets the same image information from the flash-movie. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 19, 2009 Hi, It is not inter-polated at the server-side. Using Asp.Net it can be natively re-rendered at the server-side. If you are interested in the process, then kindly drop us a mail at [email protected] with the order id reference. Awaiting your reply. :hehe: Share this post Link to post Share on other sites
solutions2 Report post Posted November 9, 2011 Hi, I would also like to get a higher dpi using server side export? How can I solve this? I use C# and ASP.NET. I contacted the support team via e-mail, but they don't seem to know how this works! Please help! S. Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 10, 2011 Hi, Thanks for your post. As of now, the export is made only in 72dpi. However, after the image object has been created (before the actual saving of the file) you can use third party algo to increase the dpi. Hope this helps. Share this post Link to post Share on other sites