Page 1 of 1

Export data to excel with the name of the series

Posted: Tue May 04, 2010 6:50 am
by 15654539
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

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

Posted: Tue May 04, 2010 10:55 am
by 10050769
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,