display tooltips on multiple datapoints at the same time

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sandy
Posts: 2
Joined: Thu Mar 20, 2008 4:42 pm

display tooltips on multiple datapoints at the same time

Post by sandy » Thu Mar 20, 2008 5:09 pm

I have a regular XYPlot: when the mouse is over a data point, a tooltip box is shown for this data point. Is there a way to get the following effect:

when the mouse is over a data point, multiple tooltip boxes will be generated, including the one for the current data point, and those for its adjacent data points?

Thanks,
Sandy

Locked