Page 1 of 1

Left axis alignment and axis text formatting

Posted: Tue Oct 25, 2005 1:36 pm
by 8130102
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 :)

Posted: Tue Oct 25, 2005 2:21 pm
by narcis
Hi BLP,

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;