Search found 2 matches
- Tue Mar 25, 2008 8:29 pm
- Forum: JFreeChart
- Topic: How to create fixed-size shape annotation?
- Replies: 1
- Views: 2752
How to create fixed-size shape annotation?
I plotted two data series onto one XYPlot. Since their data ranges were different, I used two range axes on both sides. Now I am trying to add XYShapeAnnotation to some points on both series. The sizes for those shape annotations look consistent within each series, but different between the two. I t...
- Thu Mar 20, 2008 5:09 pm
- Forum: JFreeChart
- Topic: display tooltips on multiple datapoints at the same time
- Replies: 0
- Views: 1738
display tooltips on multiple datapoints at the same time
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 adjacen...