Thanks a lot,
Carlos.
Search found 2 matches
- Fri Jan 26, 2007 3:20 pm
- Forum: JFreeChart
- Topic: Coordinates X,Y and crosshair
- Replies: 4
- Views: 7397
- Fri Jan 19, 2007 10:17 am
- Forum: JFreeChart
- Topic: Coordinates X,Y and crosshair
- Replies: 4
- Views: 7397
Coordinates X,Y and crosshair
Hi, Sorry, my english is very bad. I have a problem drawing a crosshair because the coordinate Y isn't good. I see others topics related, but not work fine. Point2D p = panelGrafica.translateScreenToJava2D(new Point(x, y)); XYPlot plot = (XYPlot) panelGrafica.getChart().getPlot(); ChartRenderingInfo...