Page 1 of 1

Label on Charts being written to X Axis

Posted: Tue Feb 26, 2013 12:24 am
by 16563565
I notice that labels on a DBChart are being written randomly along the X Axis as well as above the bars on a bar chart. Is there any fix for this?
See attachment - along the X axis, about 3 labels are overwriting the decalred x Axis trick marks.
Alan

Re: Label on Charts being written to X Axis

Posted: Tue Feb 26, 2013 11:00 am
by yeray
Hi Alan,

Do you have a simple example project we can run as-is to reproduce this here?
I think you could be using custom axis labels in the bottom axis. Doing it, the anti-overlap control should also be done by you.

Re: Label on Charts being written to X Axis

Posted: Wed Feb 27, 2013 10:58 am
by 16563565
I don't have a break out of the issue from my app. It's not using custom labels, just a DB chart with one query field being used as the labels, one as the X and another used as the Bar value - DateTime as X and Bar.
but tell me what the anti-overlap control is? Is this a control? or something I need to exercise control over?
Alan

Re: Label on Charts being written to X Axis

Posted: Wed Feb 27, 2013 3:07 pm
by yeray
Hi Alan,

TeeChart automatically controls (not a component, just the action of taking care) the axis labels and series marks overlapping except for custom labels, where the developer sets the label position and text.

Please, try to arrange a simple example project we can run as-is to reproduce the problem here.