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
Label on Charts being written to X Axis
Label on Charts being written to X Axis
- Attachments
-
- Event-3820-1.jpg (201.56 KiB) Viewed 5249 times
Re: Label on Charts being written to X Axis
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Label on Charts being written to X Axis
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
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
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |