Export data to excel with the name of the series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Export data to excel with the name of the series

Post by acastro » Tue May 04, 2010 6:50 am

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Export data to excel with the name of the series

Post by Sandra » Tue May 04, 2010 10:55 am

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:

Code: Select all

    
                       tChart1.Export.Data.Excel.IncludeSeriesTitle = true;
                       tChart1.Export.Data.Excel.Save("C:\\TChart1.xls");
Also, you could see more examples in Demo TeeChart.Net, concretely in All Features\Welcome !\Exporting\Chart Data\Excel.

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply