Search found 5 matches

by TMuijsert
Tue Apr 17, 2007 7:17 am
Forum: VCL
Topic: Displaying labels overlap
Replies: 8
Views: 5750

Hi Narcís, Sorry for the late reply, but I had to change some things in the code, to make the complication a little easier to understand (and hopefully to solve). Instead of times, I am now showing times in minutes and I've added all the numbers in 1 serie on the horizontal axis. However, three prob...
by TMuijsert
Thu Apr 12, 2007 6:32 am
Forum: VCL
Topic: Displaying labels overlap
Replies: 8
Views: 5750

Thanks for the fast reply, I will post some relevant code in the order it's being executed and I hope it can tell enough about the problem: Notes: - iTimeScale is an integer used to scale times, I still have to try out the EncodeTime method - The x-value will always be between 0 and iTimeScale, so i...
by TMuijsert
Wed Apr 11, 2007 1:32 pm
Forum: VCL
Topic: Displaying labels overlap
Replies: 8
Views: 5750

I thought my problems were solved with overlapping labels, but I just ran into a new problem. :( http://oege.ie.hva.nl/~muijse01/example.JPG (Note the top axis, in which the times to the right are gracefully alternated!) The 2 times (marked with a red circle), should always be shown and are placed i...
by TMuijsert
Wed Apr 11, 2007 6:45 am
Forum: VCL
Topic: Displaying labels overlap
Replies: 8
Views: 5750

Thank you.

A combination of the LabelsAlternate (true) and LabelsSeperation (0) solved the problem very well!
by TMuijsert
Thu Apr 05, 2007 11:30 am
Forum: VCL
Topic: Displaying labels overlap
Replies: 8
Views: 5750

Displaying labels overlap

I have a problem with displaying labels on the top-axis. I am using the top axis to show 2 times, which are very close to each other, but because there is too much overlap, TeeChart hides the second label and it doesn't shows the vertical line, while those are both crucial lines. The AlternateLabels...