Labels overlap problem on the bottom axis

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

Labels overlap problem on the bottom axis

Post by Thomas Klingler » Thu Sep 09, 2004 2:11 am

Hi,

What I want to do is to draw labels of three different bar series on the bottom axis.
I have series A, B, and C, each series has its own bottom label set.

My problem is the following: when I try to draw the labels, the labels got overlapped on the bottom axis. I mean, the labels of B and C are not well displayed. If the series A has two values, two labels of the B series will not be displayed. And if B has three values, 5 labels of the C series will not be displayed.
I set the bottomAxis.Automatic to false and used the setminmax().

I tried all tricks but does work. :(

I really need your help ASAP .... :cry:
Thanks by advance for your help,

Regards,

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

Post by Pep » Thu Sep 09, 2004 9:32 am

Hi Neil,

it's hard to know which the problem is without seeing the code or example. Anyway in your case I think the best way around this is to use "custom axis labels", you can see one example of use in the Demo Features project under :
All features -> Welcome ! -> Axes -> Labels -> Custom Labels

Post Reply