Page 1 of 1

Axis title overlaps with axis lables

Posted: Thu Jul 30, 2009 8:29 am
by 12054002
I have a problem of overlapping axis title with axis lables. How to solve this?

Re: Axis title overlaps with axis lables

Posted: Thu Jul 30, 2009 9:14 am
by yeray
Hi mahendran,

You could try adding margin to the title:

Code: Select all

Chart1.Title.VertMargin := 50;

Re: Axis title overlaps with axis lables

Posted: Thu Jul 30, 2009 9:17 am
by narcis
Hi mahendran,

Another solution can be customising LabelsSize as in the example I posted here:

http://www.teechart.net/support/viewtop ... f=3&t=2906