Page 1 of 1

DateTime question

Posted: Wed Sep 10, 2008 4:31 pm
by 5890344
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.

Posted: Fri Sep 12, 2008 9:08 am
by narcis
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.