Search found 1 match
- Sat Feb 17, 2007 3:29 am
- Forum: JFreeChart
- Topic: Custom Tick Labels
- Replies: 3
- Views: 5881
Custom Tick Labels
I have a chart created from a TimeSeries, with dates on the x-axis, and integers on the y-axis, and I want to be able to specify arbitrary tick labels for certain y-values. For example, at the point where y=1200, I want a tick with label "1k", and at y=1300, I want a tick with label "1d". How can I ...