XYLineAndShapeRenderer help
XYLineAndShapeRenderer help
I use an XYLineAndShapeRenderer and I want to create an Y axis, which has his ticks increased all 500 and number label all 1000. Is it possible? Where i can find some sample ?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
I don't completely understand your description. Did you try the setTickUnit() method in the NumberAxis class?
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
OK, I understand now. Currently, JFreeChart doesn't support major/minor ticks, which is what you want I think. Every tick mark is labelled.
Hopefully, major/minor tick marks will be implemented in a future release.
Hopefully, major/minor tick marks will be implemented in a future release.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

