I am graphing a user's exercise in our software. I have the increment set to dtThirtyMinutes; XValues.DateTime to true. The graph may show, for example, an entry from 7:00 to 7:30 followed by nulls until a 1:00 to 1:30 entry followed by nulls etc.
If I graph just one day then the time increment is honored. However, if I graph multiple days then all of a sudden I get 00:00 06:00 12:00 18:00 back to 0:00 for my time increments.
I have read the tutorials and looked at examples but I am obviously missing something important. Can anyone help?
Thanks.
DateTime question
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi alexiat,
That's because, by default, TeeChart tries to plot as many labels as possible provided they don't overlap. You can try suggestions here or use custom labels as in the All Features\Welcome!\Axes\Labels\Custom labels example at the new features demo, available at TeeChart's program group.
That's because, by default, TeeChart tries to plot as many labels as possible provided they don't overlap. You can try suggestions here or use custom labels as in the All Features\Welcome!\Axes\Labels\Custom labels example at the new features demo, available at TeeChart's program group.
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 |