2012-04-03 98 views

回答

2

你可以設置你的域軸上的利潤率爲零:

ValueAxis axis = plot.getDomainAxis(); 
axis.setLowerMargin(0); 
axis.setUpperMargin(0);