Labeling algorithm for points
Posted
by
Qwertie
on Programmers
See other posts from Programmers
or by Qwertie
Published on 2012-12-17T22:33:39Z
Indexed on
2012/12/17
23:13 UTC
Read the original article
Hit count: 193
algorithms
I need an algorithm to place horizontal text labels for multiple series of points on the screen (basically I need to show timestamps and other information for a history of moving objects on a map; in general there are multiple data points per object). The text labels should appear close to their points--above, below, or on the right side--but should not overlap other points or text labels.
Does anyone know an algorithm/heuristic for this?
© Programmers or respective owner