How can I change the tickLabel on a NumberAxis in JFreeChart?

Posted by Tony Eichelberger on Stack Overflow See other posts from Stack Overflow or by Tony Eichelberger
Published on 2010-03-02T18:31:31Z Indexed on 2010/03/12 4:57 UTC
Read the original article Hit count: 206

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about jfreechart

Related posts about java