Hi,
I'm having some trouble with UltraChart - I can't get the X axis labels to stop rendering across the axis line - no matter what I set for Vertical Alignment!
So obviously the VerticalAlignment is working, just not enough! Horizontal Alignment doesn't help.
I see this behavior in Vertical and Custom alignment at different angles, and it isn't affected by SeriesLabels.Layout.Behavior = AxisLabelLayoutBehaviors.Auto.
Please help!
Hi Oli,Try setting the padding on the axis label's layout:
ultraChart1.Axis.X.Labels.Layout.Padding = 20;
This should offset the labels a bit so that they don't clip the axis. Please let me know whether this works.
That didn't help. I tried bumping it up to 200 to see any change - still nothing. It didn't work on the Y axis either.
I also tried Layout.Padding on the SeriesLabels property, but that didn't affect anything either.