Search found 1 match
- Sun Aug 10, 2008 9:27 pm
- Forum: JFreeChart
- Topic: Annotations - placement?
- Replies: 1
- Views: 2862
Annotations - placement?
Hi All, I am pretty sure I am missing something very basic here but I am struggling with adding XYAnnotations to a plot. I am trying to add them as renderer.addAnnotation(new XYTextAnnotation("Some text here", x, y)); where ... x, y and are i reckon the x coordinate and y coordinate for the annotati...