Hi,
Anyone knows how to set the font for the domain and range label. I need them to be bold to stand out from those number and items lable.
Many Thanks,
Richard
change domain and range label font
I found the api
something like this:
NumberAxis axisR = (NumberAxis) plot.getRangeAxis();
axisR.setLabelFont(new Font("Arial", Font.BOLD, 12));
NumberAxis axisR = (NumberAxis) plot.getRangeAxis();
axisR.setLabelFont(new Font("Arial", Font.BOLD, 12));