Page 1 of 1

Labels overlap problem on the bottom axis

Posted: Thu Sep 09, 2004 2:11 am
by 8443014
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,

Posted: Thu Sep 09, 2004 9:32 am
by Pep
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