I have three charts placed underneath eachother.. how do i align the left axis' of these?
How do i format the labels on the y-axis (left axis) such that the values align?
ex:
2,0
2,5
3,0
3,5
instead of:
2
2,5
3
3,5
Thanx
Left axis alignment and axis text formatting
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi BLP,
The easiest way to align axes as you request is setting a custom size for its labels:
The easiest way to align axes as you request is setting a custom size for its labels:
Code: Select all
tChart1.Axes.Left.Labels.CustomSize=30;
tChart2.Axes.Left.Labels.CustomSize=30;
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 |