Page 1 of 1

iOS - huge vertical margin between Horizontal axis

Posted: Tue Sep 11, 2012 2:12 am
by 17263460
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?

Re: iOS - huge vertical margin between Horizontal axis

Posted: Tue Sep 11, 2012 5:22 pm
by 17263460
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.

Re: iOS - huge vertical margin between Horizontal axis

Posted: Mon Sep 17, 2012 7:59 am
by Pep
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.