iOS - huge vertical margin between Horizontal axis
Posted: 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?
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?