point « Label « JFreeChart Q&A





1. Append a Percent Symbol to my Data Point Label Value    jfree.org

Code: Select all domainAxis.setDateFormatOverride(new SimpleDateFormat("MMM-yy")); final ValueAxis rangeAxis = new NumberAxis("% On Time"); final XYPlot plot = new XYPlot(data2, domainAxis, rangeAxis, renderer2); ...