Axis labels and title overlapped

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
r4tz52
Newbie
Newbie
Posts: 3
Joined: Mon Oct 13, 2014 12:00 am

Axis labels and title overlapped

Post by r4tz52 » Thu May 28, 2015 12:19 pm

Hello!

I created simple application with one chart and one line graph. When I fill line with some data everything seems to be good: http://prntscr.com/7ac3dw

But when I zoom in (with mouse) labels on left axis begin overlap axis title like this: http://prntscr.com/7ac3ba

Is it possible to update axis rectangle (by shrink chart or any other way) relying labels size? Same issue is observed when I increase labels font size.

Thanks,
Evgeny

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

Re: Axis labels and title overlapped

Post by Christopher » Thu May 28, 2015 3:19 pm

r4tz52 wrote:Is it possible to update axis rectangle (by shrink chart or any other way) relying labels size? Same issue is observed when I increase labels font size.
Have you tried:

Code: Select all

tChart1.Axes.Left.FixedLabelSize = false;
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

r4tz52
Newbie
Newbie
Posts: 3
Joined: Mon Oct 13, 2014 12:00 am

Re: Axis labels and title overlapped

Post by r4tz52 » Fri May 29, 2015 6:52 am

Thanks! It is exactly what I'm looking for.

Post Reply