Exporting chart's time data

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

Exporting chart's time data

Post by asupriya » Tue Apr 20, 2010 3:50 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Exporting chart's time data

Post by Narcís » Wed Apr 21, 2010 10:57 am

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.
Best Regards,
Narcís Calvet / 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