How can I change the tickLabel on a NumberAxis in JFreeChart?
- by Tony Eichelberger
I am using JFreeChart and want to be able to change the label on the range axis from a number to something more meaningful for the domain I am in. I only see options for customizing the look of the label and no way to override the content of the label based on the position of the tick.
Does anyone know how to override the text of the tickLabel?