Search found 4 matches
- Thu Mar 16, 2006 11:31 pm
- Forum: JFreeChart
- Topic: Bug [ 746512 ] closed but not fixed?
- Replies: 5
- Views: 6969
[quote="pietschy"]Thanks for that, I also discovered your translateScreenToJava2D(p) that does just what you mentioned (I couldn't do it as you demonstrated since the scaleX/Y and insets members are private). So now when I override the display I do the following... [code] public displayPopupMenu(int...
- Thu Mar 16, 2006 1:12 am
- Forum: JFreeChart
- Topic: Tooltip Behavior
- Replies: 12
- Views: 26285
- Wed Mar 15, 2006 11:13 pm
- Forum: JFreeChart
- Topic: Newbie question - way to click a data point and access data
- Replies: 1
- Views: 3360
Use a tooltip
Seems like I can use a tooltip.
- Wed Mar 15, 2006 9:29 pm
- Forum: JFreeChart
- Topic: Newbie question - way to click a data point and access data
- Replies: 1
- Views: 3360
Newbie question - way to click a data point and access data
Hi - I'm a newbie and am wondering if it is possible to click on a plotted data point on a chart and get access to the data series it represents? Of course, any hints how, if possible would be much appreciated... Thanks!