Hello,
I have an issue where the axis variables collide because of the quantity of text they have, is there any property or solution to force the chart to respect this ones between them inserting some space or separation?
Thank you.
Axis variables colliding with TeeChart for .Net
Axis variables colliding with TeeChart for .Net
- Attachments
-
- AxisOverlap.png (87.18 KiB) Viewed 11277 times
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Axis variables colliding with TeeChart for .Net
Hello,
Our usual recommendation in these circumstances is to change the axis labels' angle, e.g.
Code: Select all
tChart1.Axes.Bottom.Labels.Angle = 90;
Best Regards,
Christopher Ireland / 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 |