TopAxis misplaced on export

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
jaysmurch
Newbie
Newbie
Posts: 3
Joined: Thu Sep 09, 2004 4:00 am
Location: chicago, il

TopAxis misplaced on export

Post by jaysmurch » Wed Sep 15, 2004 11:12 pm

I have charts where I put the horizontal axis on top, instead of bottom. They look fine. However, when I export to either PDF or VML, the values on the topaxis get put right over the axis tick line (tick line runs through the characters). Unreadable values. (SVG and raster outputs looks okay.)

This can be recreated easily in the demos as well, by using the Top instead of bottom horizontal axis for a series. I see it with gantt, with stacked, etc. Getting rid of title, rotating, offset, etc. doesn't help.

My workaround for now is to put the axis on the bottom, but the users _want_ it on the top, and readable. (Picky, picky...)

If I can at least be pointed to a place to adjust code, that would be great.

Thanks and regards.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Sep 16, 2004 7:55 am

Hi,

I'm able to reproduce the problem here. You're correct, it's a bug. I've added it on our defect list and a fix for it will be considered to inclusion for the next maintenance releases. In meantime the only workaround I can see is to increase the length of the ticks and set their color to the same of the panel.

Post Reply