4 Answers, 1 is accepted
0
Hello Srikanth,
Could you please clarify which product do you refer to - RadHtmlChart or RadChart? If you are using RadChart note that it has already been obsoleted and we strongly suggest to use the newer RadHtmlChart one. More information on the matter is available here - http://www.telerik.com/blogs/radhtmlchart-vs-radchart-round3-radchart-is-obsolete
Regarding exporting of the RadHtmlChart to excel I would suggest the following:
- If you want to export the image you can use the RadClientExportManager control to export the image and then manually insert it inside an excel document.
- If you want to export only the data you can bind the same chart's data to RadGrid and use the RadGrid's export functionality.
Regards,
Danail Vasilev
Telerik
Could you please clarify which product do you refer to - RadHtmlChart or RadChart? If you are using RadChart note that it has already been obsoleted and we strongly suggest to use the newer RadHtmlChart one. More information on the matter is available here - http://www.telerik.com/blogs/radhtmlchart-vs-radchart-round3-radchart-is-obsolete
Regarding exporting of the RadHtmlChart to excel I would suggest the following:
- If you want to export the image you can use the RadClientExportManager control to export the image and then manually insert it inside an excel document.
- If you want to export only the data you can bind the same chart's data to RadGrid and use the RadGrid's export functionality.
Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Srikanth
Top achievements
Rank 1
answered on 09 Dec 2015, 01:20 PM
RadHtmlChart
0
Srikanth
Top achievements
Rank 1
answered on 09 Dec 2015, 01:24 PM
Please provide code for filename export to pdf(radhtmlchart).
please see the attached file
0
Hello Srikanth,
You can use the PdfSettings of the ClientExportManager for the purpose. More information is available in this article - http://docs.telerik.com/devtools/aspnet-ajax/controls/clientexportmanager/functionality/supported-file-types
Regards,
Danail Vasilev
Telerik
You can use the PdfSettings of the ClientExportManager for the purpose. More information is available in this article - http://docs.telerik.com/devtools/aspnet-ajax/controls/clientexportmanager/functionality/supported-file-types
Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items