我用JFreeChart做的统计图为什么汉字都是方框
3个回答
展开全部
这个我见过,调用ChartFactory.setChartTheme(),改变Chart的主题就可以了::
StandardChartTheme standardChartTheme = new StandardChartTheme("name");//这里的"name"参数;是什么意思我也不知道,反正这样可以用
standardChartTheme.setLargeFont(new Font("楷体",Font.BOLD, 12));//可以改变轴向的字体
standardChartTheme.setRegularFont(new Font("宋体",Font.BOLD, 12));//可以改变图例的字体
standardChartTheme.setExtraLargeFont(new Font("隶书",Font.BOLD, 12));//可以改变图标的标题字体
ChartFactory.setChartTheme(standardChartTheme);//设置主题
StandardChartTheme standardChartTheme = new StandardChartTheme("name");//这里的"name"参数;是什么意思我也不知道,反正这样可以用
standardChartTheme.setLargeFont(new Font("楷体",Font.BOLD, 12));//可以改变轴向的字体
standardChartTheme.setRegularFont(new Font("宋体",Font.BOLD, 12));//可以改变图例的字体
standardChartTheme.setExtraLargeFont(new Font("隶书",Font.BOLD, 12));//可以改变图标的标题字体
ChartFactory.setChartTheme(standardChartTheme);//设置主题
参考资料: JFreeChart-API+自己
展开全部
可能是中文乱码的问题.
页面是否用了中文编码格式.
<%@ page contentType="text/html;charset=GBK"%>
页面是否用了中文编码格式.
<%@ page contentType="text/html;charset=GBK"%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个问题应该不会啊,你把画图的代码贴上来看看?还有你画的是什么图?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询