Y Axis Title

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
lilo
Newbie
Newbie
Posts: 62
Joined: Wed Sep 07, 2011 12:00 am

Y Axis Title

Post by lilo » Wed Sep 14, 2011 9:44 am

If I set a manual scale, say 0 to 100 for x and y axes, the Y Axis Title overlaps on the Y Axis Labels. Auto scale works OK.
Chart1.jpg
Chart1.jpg (52.43 KiB) Viewed 6471 times

lilo
Newbie
Newbie
Posts: 62
Joined: Wed Sep 07, 2011 12:00 am

Re: Y Axis Title

Post by lilo » Wed Sep 14, 2011 10:20 am

I am able to fix the problem by setting:
Points1.Chart.Axes.Bottom.Labels.RoundFirstLabel = True
Points1.Chart.Axes.Right.Labels.RoundFirstLabel = True
Points1.Chart.Axes.Left.Labels.RoundFirstLabel = True
Points1.Chart.Axes.Top.Labels.RoundFirstLabel = True

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Y Axis Title

Post by Sandra » Wed Sep 14, 2011 11:18 am

Hello lilo,

I am glad that you can find a solution for your problem :). On the other hand, can you tell us which version of TeeChart are you using?

Thanks,
Best Regards,
Sandra Pazos / 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

lilo
Newbie
Newbie
Posts: 62
Joined: Wed Sep 07, 2011 12:00 am

Re: Y Axis Title

Post by lilo » Wed Sep 14, 2011 11:18 pm

Steema TeeChart for .NET 2011 4.1.2011.07280 on Windows 7 64 bit

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Y Axis Title

Post by Sandra » Thu Sep 15, 2011 12:03 pm

Hello lilo,

Thanks for your information.

Thanks,
Best Regards,
Sandra Pazos / 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