Search found 1 match
- Mon Sep 03, 2018 11:24 pm
- Forum: JFreeChart
- Topic: Get information about the line between two datapoints
- Replies: 0
- Views: 8096
Get information about the line between two datapoints
I have a combined plot similar to this: http://www.java2s.com/Code/JavaImages/JFreeChartCombinedXYPlotDemo1.PNG . My question is: Is it possible to get information from about the dataset, or nearest data point, etc. on a mouse click or mouse over when the mouse event occurs between two data points. ...