Search found 2 matches
- Tue Jul 15, 2003 10:49 am
- Forum: JFreeChart
- Topic: Bug [ 746512 ] closed but not fixed?
- Replies: 5
- Views: 6976
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... public displayPopupMenu(int x, int y) { Point2D p2d ...
- Tue Jul 15, 2003 1:05 am
- Forum: JFreeChart
- Topic: Bug [ 746512 ] closed but not fixed?
- Replies: 5
- Views: 6976
Bug [ 746512 ] closed but not fixed?
Howdy, I noticed that bug 746512 ChartRenderingInfo incorrect after chart resized has been closed. I eagerly downloaded 0.9.9 and tried it out, but I'm still seeing the same problem. Is there a recommended way to determine the category from a mouse click (ie should I be calling a translatePoint(p) s...