I have a graph with a title on the left axis. At some scales (some values of axis labels), the labels and title occupy the same space.
Also, there's another graph directly underneath and aligned with this one, and with the exact same width. But this one's axis title is several pixels to the left of the first (and this one does not get overwritten).
How can I control the placement of the axis title?
Left axis title overwritten by axis labels
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Paul2,
You can control that by increasing the labels size:
You can control that by increasing the labels size:
Code: Select all
TChart1.Axis.Left.Labels.Size = 50
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 |