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

Chart Export

1 Answer 99 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Alfonso Calderon
Top achievements
Rank 1
Alfonso Calderon asked on 30 Mar 2010, 12:57 AM
Hello, good day.

Is there a way to export a chart to excel like the grid control?

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 30 Mar 2010, 03:03 PM
The RadChart does not have an export to Excel feature currently. It does have a "Save" function however, and this can be used to save either to an image or a file stream which can then be used in that form:

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

Tags
Chart (Obsolete)
Asked by
Alfonso Calderon
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or