Hello,
Sometimes i have XLabels which are too long and TChart only display one on two.
Is there is a way to solve it? Perhaps add a CR if the caracter number is too long?
Thanks for help
Regards
XLabel too long
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: XLabel too long
Hi Calou,
Yes, you could use OnGetAxisLabel or OnGetNextAxisLabel and manually parse them if they exceed your desired length. Alternatively you could set LabelsAngle to 90 so they are painter vertically.
Yes, you could use OnGetAxisLabel or OnGetNextAxisLabel and manually parse them if they exceed your desired length. Alternatively you could set LabelsAngle to 90 so they are painter vertically.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |