首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

jfreechart Y轴设立为整数

2012-11-09 
jfreechart Y轴设置为整数CategoryPlot plotBar chart.getCategoryPlot()NumberAxis na (NumberAxis)pl

jfreechart Y轴设置为整数

CategoryPlot plotBar =  chart.getCategoryPlot();  NumberAxis na= (NumberAxis)plotBar.getRangeAxis();  na.setStandardTickUnits(NumberAxis.createIntegerTickUnits());   
?

热点排行