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

How to export radcharts into excel/pdf/word

1 Answer 126 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
sabarishbabu
Top achievements
Rank 1
sabarishbabu asked on 17 Sep 2009, 10:14 AM
Hi,

 i am displaying graphs using radcharts.I want to export these graphs into excel/word/pdf.

Please tell me how to do it?

Thanks for your replies.




1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 17 Sep 2009, 01:19 PM
RadChart does not have an export feature, however you can use the Save() function as follows:
RadChart1.Save(Server.MapPath(@"~/image.png"), System.Drawing.Imaging.ImageFormat.Png);      
Which saves the image to the server and then lets the user download the image to work with.

You can also take use of this post which discusses how to put it in the memory stream which doesn't save the image to the server first.
Tags
Chart (Obsolete)
Asked by
sabarishbabu
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or