Hi every body , I have a Chart created with UltraChart ,now i want to export this Chart to an Excel Chart ? How can I do this , im using ASP.Net not Winforms.Thanks for advance
Hi bouhmid86,
Probably the most practical approach would be to save an image of your chart and afterwards embed it in your excel document.
Instructions on how to use the chart's SaveTo method can be found at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Chart_Save_a_Chart_Image.html
Please contact me if you have any questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Hi Petar,
I am developing a silverlight app in which i need to export my xamDataChart to PDF or EXCEL. But i guess that's not possible.So i have converted the XamDataChart into a writeable bitmap image.Now can you please guide me how can i export this writeable bitmap image into excel.Thanks in advance.
Regards,
Sanju
Hi,
Thanks a lot.
Hello Sanju,
I can suggest you see this blog:
http://ko.infragistics.com/community/blogs/petar_monov/archive/2012/03/14/controls-to-images.aspx
which explains how to convert our controls to images and then export the images to Excel. There are samples both for WPF and SL.