Axis title overlaps with axis lables
Axis title overlaps with axis lables
I have a problem of overlapping axis title with axis lables. How to solve this?
Re: Axis title overlaps with axis lables
Hi mahendran,
You could try adding margin to the title:
You could try adding margin to the title:
Code: Select all
Chart1.Title.VertMargin := 50;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Axis title overlaps with axis lables
Hi mahendran,
Another solution can be customising LabelsSize as in the example I posted here:
http://www.teechart.net/support/viewtop ... f=3&t=2906
Another solution can be customising LabelsSize as in the example I posted here:
http://www.teechart.net/support/viewtop ... f=3&t=2906
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 |