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?