Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
How to move the label away from the axis.
posted

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, 

 

Parents Reply Children
No Data