Page 1 of 1

display labels of x axis vertically

Posted: Tue Nov 11, 2008 1:46 pm
by 13045482
How to display labels of x axis vertically instead of horizontally. Also how to set them diagonally or at a particular angle. Thanks

Posted: Tue Nov 11, 2008 1:50 pm
by narcis
Hi shikha,

You can use labels angle property:

Code: Select all

tChart1.Axes.Bottom.Labels.Angle = 90;
You can set them to any angle for them to be in diagonal.