Page 1 of 1

How do i remove multiple axis which i added into the chart

Posted: Tue Jul 29, 2008 9:52 pm
by sachinch
How do i remove multiple axis which i added into the chart.
Let me know
Thanks
Sachin

Posted: Tue Aug 12, 2008 11:04 am
by david.gilbert
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).