iOS - huge vertical margin between Horizontal axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
alecd4
Newbie
Newbie
Posts: 5
Joined: Mon Sep 10, 2012 12:00 am

iOS - huge vertical margin between Horizontal axis

Post by alecd4 » Tue Sep 11, 2012 2:12 am

When I set set Angle property to 30 that creates huge margin between axis and label.
Axis bottom=chart.Axes.Bottom;
bottom.Visible=true;
bottom.Grid.Visible = false;
bottom.Labels.Separation =0;
bottom.Labels.Angle=30;

How to control label vertical position?

alecd4
Newbie
Newbie
Posts: 5
Joined: Mon Sep 10, 2012 12:00 am

Re: iOS - huge vertical margin between Horizontal axis

Post by alecd4 » Tue Sep 11, 2012 5:22 pm

Is there any example in C# that shows how to control label position especially when Angle property is being non zero. I understand the purpose of Separation and Angle - the rest is dim.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: iOS - huge vertical margin between Horizontal axis

Post by Pep » Mon Sep 17, 2012 7:59 am

Hello,

you're correct, I'm able to reproduce the problem here, it happens for some angles, we've been working with the fix and it will be included into the next maintenance release which will be avalable soon.

Post Reply