highlight « Label « JFreeChart Q&A





1. How to highlight the item label    jfree.org

XYPlot plot = (XYPlot) chart.getPlot(); plot.getDomainAxis().setTickLabelPaint(Color.white); plot.getDomainAxis().setTickLabelFont(new Font("TimesRoman", Font.BOLD, 12)); plot.getDomainAxis().setLabelPaint(Color.white); ...