I have a chart with X axis showing DateTime format (HH:MM:SS YYYY/MM/DD) and when I export the chart data I like to have the exported data for X axis in the time format shown. By default, I get a double for x-axis data. I use Steema.TeeChart.Export.DataExport for exporting to CSV and XML formats.
Please suggest a solution.
Thanks
Exporting chart's time data
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Exporting chart's time data
Hi asupriya,
I'm afraid this is not possible for now and I have added your request to the wish-list (TF02014823) to be consideredf or inclusion in future releases.
DateTime values are stored as doubles in TeeChart. As you can see in System.DateTime documentation, DateTime values can be expressed as a double value. The integer part is the number of days that have passed from the start date and decimal part is the fraction of the day.
I'm afraid this is not possible for now and I have added your request to the wish-list (TF02014823) to be consideredf or inclusion in future releases.
DateTime values are stored as doubles in TeeChart. As you can see in System.DateTime documentation, DateTime values can be expressed as a double value. The integer part is the number of days that have passed from the start date and decimal part is the fraction of the day.
Best Regards,
Narcís Calvet / 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 |