Page 1 of 1
Exporting chart's time data
Posted: Tue Apr 20, 2010 3:50 am
by 13051032
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
Re: Exporting chart's time data
Posted: Wed Apr 21, 2010 10:57 am
by narcis
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.