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

save in pdf the graphs

1 Answer 59 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 18 May 2012, 03:12 PM
How can I do to save my graphs in pdf? Is there any tools for this?

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 22 May 2012, 07:13 PM
Paulo,

It is quite easy to export a rendered RadChart to PDF format. You would use the RadChart.Save() method to save your chart as an image or to a memory stream. Then, you can use any third party converter that you prefer to output the image as PDF.

Another option is to embed RadChart within a RadGrid  “GridTemplateColumn” and then to take advantage of the RadGrid Export Functionality to simplify things. This is covered in the code library project: Exporting RadChart to PDF.

I hope this helps!
Tags
Chart (Obsolete)
Asked by
Paulo
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or