Hello,
When I export data to excel from TeechartEditor I get the values of several series, but it doesn't show the name of each serie. Is posible to export the name automatically?
Thanks
Export data to excel with the name of the series
Re: Export data to excel with the name of the series
Hello wakeup,
I could reproduce it and I added this as a feature request [TF02014847] to the wish-list to be considered for inclusion in future releases. On the other hand, if you work in run time, it doesn't occur, works fine, if you use next lines of code:
Also, you could see more examples in Demo TeeChart.Net, concretely in All Features\Welcome !\Exporting\Chart Data\Excel.
I hope will helps.
Thanks,
I could reproduce it and I added this as a feature request [TF02014847] to the wish-list to be considered for inclusion in future releases. On the other hand, if you work in run time, it doesn't occur, works fine, if you use next lines of code:
Code: Select all
tChart1.Export.Data.Excel.IncludeSeriesTitle = true;
tChart1.Export.Data.Excel.Save("C:\\TChart1.xls");
I hope will helps.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |