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

A discussion forum for the Eastwood Chart Servlet.
Locked
sachinch
Posts: 4
Joined: Thu Jul 03, 2008 5:52 pm

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

Post by sachinch » Tue Jul 29, 2008 9:52 pm

How do i remove multiple axis which i added into the chart.
Let me know
Thanks
Sachin

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Aug 12, 2008 11:04 am

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).
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked