DateTime question

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
alexiat
Newbie
Newbie
Posts: 10
Joined: Fri Nov 15, 2002 12:00 am

DateTime question

Post by alexiat » Wed Sep 10, 2008 4:31 pm

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.

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

Post by Narcís » Fri Sep 12, 2008 9:08 am

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.
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