xytextannotation.setTextAnchor(TextAnchor.HALF_ASCENT_LEFT);
xyplot.addAnnotation(xytextannotation);
xytextannotation = new XYTextAnnotation("95th", 36.5D, 17.408000000000001D);
xytextannotation.setFont(font);
xytextannotation.setTextAnchor(TextAnchor.HALF_ASCENT_LEFT);
xyplot.addAnnotation(xytextannotation);
xytextannotation = new XYTextAnnotation("97th", 36.5D, 17.936D);
xytextannotation.setFont(font);
xytextannotation.setTextAnchor(TextAnchor.HALF_ASCENT_LEFT);
xyplot.addAnnotation(xytextannotation);
ChartUtilities.applyCurrentTheme(jfreechart);