Page 1 of 1

How to change the distance of the left axis title and value?

Posted: Thu Nov 09, 2006 6:26 am
by 9529132
Hi,

Because the left axis values are quite large with decimal numbers, it often overlaps with the axis title. How can I adjust the distance to avoid it?

Thanks a lot.
David

Posted: Thu Nov 09, 2006 8:39 am
by narcis
Hi David,

Yes, you can set this distance by setting a custom label size, for example:

Code: Select all

    TChart1.Axis.Left.Labels.Size = 50

Posted: Thu Nov 09, 2006 9:57 am
by 9529132
Got it. Thanks.