How do i remove multiple axis which i added into the chart.
Let me know
Thanks
Sachin
How do i remove multiple axis which i added into the chart
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
This seems like a question for the JFreeChart forum:
http://www.jfree.org/phpBB2/viewforum.php?f=3
To remove an axis, you can just set it to null. For example, plot.setDomainAxis(1, null).
http://www.jfree.org/phpBB2/viewforum.php?f=3
To remove an axis, you can just set it to null. For example, plot.setDomainAxis(1, null).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

