Bottom axis tick labels cover title

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Aaron Peronto
Newbie
Newbie
Posts: 38
Joined: Thu Feb 01, 2007 12:00 am

Bottom axis tick labels cover title

Post by Aaron Peronto » Thu Mar 29, 2007 12:18 pm

My users want the ability to display the text associated with the bottom axis grid ticks in either a vertical or horizontal setup.
When the text is displayed vertically (Axes.Bottom.Labels.Angle = 90) the title for that axis (Axes.Bottom.Title.Caption) shows up just fine.
When they change these tick labels to be horizontal (Axes.Bottom.Labels.Angle = 0), the labels cover the text of the bottom axis title.
Is there a way to pad the distance between the axis labels and the axis title? I just need a small amount of spacing in there when the labels are horizontal.

Thanks for any help you can give.

Aaron Peronto

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 29, 2007 12:46 pm

Hi Aaron,

Yes, you can set a custom size for the labels as told here.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Aaron Peronto
Newbie
Newbie
Posts: 38
Joined: Thu Feb 01, 2007 12:00 am

Post by Aaron Peronto » Thu Mar 29, 2007 1:15 pm

I noticed that I only have this problem when there are 2 lines to my time/date label on the bottom axis ticks.
They can turn the date part off so that it only displays the time. When we do that, the single line label does not cover up the title but when they display both the date and the time, it makes these labels 2 lines (Multi-line is true and needs to stay that way) and they then cover up my title.

So setting the label size to a constant value will help this how exactly?

I'll try it now and see how it looks when I do this.

Thanks.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 29, 2007 1:53 pm

Hi Aaron,
So setting the label size to a constant value will help this how exactly?
This could help when labels are vertical as you said the problem was when labels were rotated, didn't you?
I'll try it now and see how it looks when I do this.


If this doesn't help please let us know and we will try to find a solution to the issue.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply