Page 1 of 1

Label overlapping in report

Posted: Fri Jan 25, 2013 6:44 pm
by 10552630
Hi,

I use TeeChart standard v2011.03.32815 32 bit VCL include in Report Builder 14.04 build 106 with Delphi XE2 on Windows 7.

When I print, a pie chart containing several labels, some of them overlap. What should I do to not overlap label?

Best regards.

Re: Label overlapping in report

Posted: Mon Jan 28, 2013 8:14 am
by yeray
Hi,

Have you tried manually positioning the marks like in the example here?
http://www.teechart.net/support/viewtop ... 1842#p1842

Re: Label overlapping in report

Posted: Mon Jan 28, 2013 12:51 pm
by 10552630
Hi,

The component does not have a procedure or property to position the labels automatically to prevent overlap?

Best regards!

Re: Label overlapping in report

Posted: Mon Jan 28, 2013 1:57 pm
by yeray
Hi,

The component tries to prevent the marks overlapping. However, we don't want to introduce a very complex or heavy internal algorithm that could affect the performance.