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 annotation to be placed.
My question is, how do i determine x and y relative to the plot so i can place it somewhere (say in the center of the graph).
Any pointers pleasee ?
Cheers,
Jay