Hi all,
I am using gantt series with datetime horizontal axis. My problem is that horizontal axis which is shown both in top and bottom, does not show datetime completely( like mm/dd/yyyy h:mm:ss AM/PM). If series datetime range is within a day, it show only "h:mm am/pm" and omits seconds. If series datetime range is more than a day, it omits time portion of datetime.
What settings is needed to have it completely?
Thanks,
Parisa
date time format in Gantt series
Re: date time format in Gantt series
Hi Parisa,
You can change the DateTimeFormat for each axis:
For more info about Dates and formats: http://www.delphibasics.co.uk/Article.asp?Name=Dates
You can change the DateTimeFormat for each axis:
Code: Select all
Chart1.Axes.Bottom.DateTimeFormat:='dd/mm/yyyy hh:nn:ss.zzz';
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: date time format in Gantt series
Thanks Yeray. It solved the problem.
Parisa
Parisa
Re: date time format in Gantt series
Hi Parisa,
You're welcome!
You're welcome!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |