Page 1 of 1

Auto arrange labels, avoid overlap

Posted: Fri Sep 09, 2016 1:30 pm
by jorge
Hi,

I need to add some labels to a point series. Presumably I would need to use annotations. Is there a way of automatically arrange annotations (or other object that represents text) so it does no overlap with other annotations? Or this needs to be solved manually?

Thanks.

Re: Auto arrange labels, avoid overlap

Posted: Fri Sep 09, 2016 2:24 pm
by ArctionKestutis
Hi,
The ViewXY have TitlesAutoPlacement properties tree, which you can use to manipulate Series' titles location. However, for Annotation objects someone need to calculate non-overlapping location himself. By the way, you could use SeriesEventMarker to show simple label (positioning them is very flexible).

Re: Auto arrange labels, avoid overlap

Posted: Fri Sep 09, 2016 3:03 pm
by ArctionPasi
Hi,

there's somewhat similar discussion here: http://forum.arction.com/viewtopic.php? ... ping#p2403