display labels of x axis vertically
display labels of x axis vertically
How to display labels of x axis vertically instead of horizontally. Also how to set them diagonally or at a particular angle. Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shikha,
You can use labels angle property:
You can set them to any angle for them to be in diagonal.
You can use labels angle property:
Code: Select all
tChart1.Axes.Bottom.Labels.Angle = 90;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |