This is a migrated thread and some comments may be shown as answers.

Export to EXCEL my RadCharts

3 Answers 128 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Santy.e
Top achievements
Rank 1
Santy.e asked on 14 Apr 2009, 10:26 PM
Hello, i need 2 buttons
1 Button for to export to EXCEL my charts and other for to print my charts
Can somebody send me a example=?

Thanx!

3 Answers, 1 is accepted

Sort by
0
Santy.e
Top achievements
Rank 1
answered on 16 Apr 2009, 08:44 PM
Hello, i need 2 buttons
1 Button for to export to EXCEL my charts and other for to print my charts
Can somebody send me a example=?

Thanx!
0
Santy.e
Top achievements
Rank 1
answered on 16 Apr 2009, 08:44 PM
Hello, i need 2 buttons
1 Button for to export to EXCEL my charts and other for to print my charts
Can somebody send me a example=?

Thanx!
0
Dessy
Telerik team
answered on 17 Apr 2009, 01:42 PM
Hi Santiago,

Unfortunately RadChart cannot be exported to MS Excel. One option for you to export chart as an image -  use  'Save' method. 
Here is an example :

RadChart1.Save(Server.MapPath(@"~/MyImage.png"), System.Drawing.Imaging.ImageFormat.Png);     

Then you can use this image as per your requirements.

Hope that helps.


Sincerely yours,
Dessy
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart (Obsolete)
Asked by
Santy.e
Top achievements
Rank 1
Answers by
Santy.e
Top achievements
Rank 1
Dessy
Telerik team
Share this question
or