Here is my chart. ( http://lh4.ggpht.com/_8jwme3mVZ1g/SYnYtuc4gGI/AAAAAAAAAwk/dkHrgDiTV-c/Chart_85.png )
Here is my code,
uChart.Axis.X.Extent = 30; uChart.Axis.X.Labels.Orientation = TextOrientation.Custom; uChart.Axis.X.Labels.VerticalAlign = StringAlignment.Far ; uChart.Axis.X.Labels.HorizontalAlign = StringAlignment.Center; uChart.Axis.X.Labels.OrientationAngle = 40;
How can I move the label from the X Axis?
And any one know if it possible I can move the X-Axis to the top of the chart?
Thanks a lot,
Thanks fastforward1. X2 works for me.
But I still have the problem that the label and the X2 Axis are overlaped. Do you have any suggestion?
Yes. I like to have an angle for the labels.
I tried your suggestion. But the problem is still there. Can you see my picture?
I tried 3 times to post my chart. I don't know why it can not be displayed.
Can you try the link in my post? Here is the link again:
http://lh4.ggpht.com/_8jwme3mVZ1g/SYnYtuc4gGI/AAAAAAAAAwk/dkHrgDiTV-c/Chart_85.png
Thanks,
Sorry to bring back an old thread, but I'm experiencing the same problems.
Using:
// X-Axis Series Labels UltraChart5.Axis.X.Labels.Orientation = TextOrientation.Custom; UltraChart5.Axis.X.Labels.OrientationAngle = 45; UltraChart5.Axis.X.Labels.VerticalAlign = StringAlignment.Near; UltraChart5.Axis.X.Labels.HorizontalAlign = StringAlignment.Far;
But the text for the labels still crosses over the horizontal line defining the X-Axis.
Anyone's suggestions would be greatly appreciated. Thanks.
try setting Axis.X.Labels.Layout.Behavior = Auto