Search found 1 match

by becvert
Wed Jul 13, 2011 4:52 am
Forum: JFreeChart
Topic: Is it possible?
Replies: 2
Views: 3679

Re: Is it possible?

Hi, you can display the domain axis on the first subplot

Code: Select all

subplot1.setDomainAxis(plot.getDomainAxis());
or change the axis location

Code: Select all

subplot2.setDomainAxisLocation(AxisLocation.TOP_OR_LEFT);