jfreechart Y轴设置为整数
CategoryPlot plotBar = chart.getCategoryPlot(); NumberAxis na= (NumberAxis)plotBar.getRangeAxis(); na.setStandardTickUnits(NumberAxis.createIntegerTickUnits());?
发布时间: 2012-11-09 10:18:47 作者: rapoo
jfreechart Y轴设置为整数
CategoryPlot plotBar = chart.getCategoryPlot(); NumberAxis na= (NumberAxis)plotBar.getRangeAxis(); na.setStandardTickUnits(NumberAxis.createIntegerTickUnits());?