Axis variables colliding with TeeChart for .Net

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
David N.
Newbie
Newbie
Posts: 8
Joined: Wed May 17, 2023 12:00 am

Axis variables colliding with TeeChart for .Net

Post by David N. » Thu Jun 22, 2023 8:38 am

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?
Image

Thank you.
Attachments
AxisOverlap.png
AxisOverlap.png (87.18 KiB) Viewed 9767 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Axis variables colliding with TeeChart for .Net

Post by Christopher » Thu Jun 22, 2023 4:18 pm

Hello,
David N. wrote:
Thu Jun 22, 2023 8:38 am
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?
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

Post Reply