请问: 关于jfreechart中的BarChart3DDemo4.java中怎么让数值显示在柱子顶上.

custombarrenderer3d.setItemLabelGenerator(new StandardCategoryItemLabelGenerator());
custombarrenderer3d.setItemLabelFont(new Font("Serif",Font.PLAIN,20));
custombarrenderer3d.setItemLabelsVisible(true);
custombarrenderer3d.setMaximumBarWidth(1.0D);
为什么不行?
[285 byte] By [egoubj] at [2008-6-5]
# 1
搞定了,原来是字体颜色和背景色重复了。
egoubj at 2007-10-20 > top of Msdn China Tech,Java,GUI 设计...
# 2
http://www.jfree.org/jfreechart/api/gjdoc/index.html
看看api吧
klq_cn-子非 at 2007-10-20 > top of Msdn China Tech,Java,GUI 设计...
# 3
呵呵 结分咯
smyl9989-☆☆☆☆☆ at 2007-10-20 > top of Msdn China Tech,Java,GUI 设计...
# 4
呵呵,以前我还把颜色设成白色,什么也看不到。。。
粗心呀
# 5
"以前我还把颜色设成白色,什么也看不到"
你也太强了吧```自己做过的事都不知道啊
mathsfan-mathsfan at 2007-10-20 > top of Msdn China Tech,Java,GUI 设计...