Page 1 of 1

Axis title still clashes with axis labels in V7

Posted: Sat Mar 13, 2004 3:55 pm
by 8439995
The bug where the axis labels clash (overwrite each other) that was reported in V6 is still in Version 7. When a lineseries graph is scrolled Teechart uses the with of the topmost label to calculate where to draw the axis label instead of the widest label.

Is this ever going to be fixed?

Thanks

Steve Sidwell

Posted: Mon Mar 15, 2004 5:03 pm
by Pep
Hi Steve,
I'm sorry, I'm not sure what defect do you mean. Could you please tell me the steps I must do to reproduce it ?

Posted: Mon Mar 15, 2004 6:07 pm
by 8439995
If all the vertical axis labels are not the same text width e.g. "77","77.1"."77.2"... "78" then Teechart uses the width of the last label at the top of the axis, in this case "78", to calulate the horizontal space it should leave for the axis title. If the label next to the axis title is wider than the top label then the title overwrites the label next to it.
If you can send me an email address I'll send you a screen shot.

Thanks

Steve Sidwell

Posted: Tue Mar 16, 2004 5:47 am
by Marjan
Hi, Steve.

You can send it to marjan@steema.com email address. Thanks.

Posted: Tue Mar 16, 2004 4:17 pm
by Marjan
Hi, Steve.

Ok, got the image. I'll log it to our bug list (together with image) so that it can be addressed in future TeeChart releases. Thanks again.

A temporary workaround is to do this manually i.e. calculate the largest width manually and then adjust axis label size.

Posted: Tue Mar 16, 2004 7:11 pm
by 8439995
Thanks,
how can I find out exactly what labels Teechart is going to draw?

Steve