I have been working on JFreeChart from quite amount of time. I am using XYTextAnnotation
to label the points. For some point labels, the plot is hiding the text labels; it is not giving the exact plot fit. Can any one help me?
This is what I have added.
XYTextAnnotation textannotation = new XYTextAnnotation(dynamictext, x-value, y-value);
plot.add(textannotation);
This is what I am getting.