java实现各种数据统计图,包括柱形图,饼图,折线图,使用jFreeChart
2022-02-11 10:44:31 12.71MB java 数据统计图
1
VS2012下C#WinFrm实现统计图显示Demo,包括柱状图,扇形图,浙西南图
2022-02-10 13:24:53 108KB C# 统计图
1
public void graphicsGeneration(int h1, int h2, int h3, int h4, int h5) { final int X = 10; int imageWidth = 300;// ͼƬ�Ŀ�� int imageHeight = 300;// ͼƬ�ĸ߶� int columnWidth = 30;// ��Ŀ�� int columnHeight = 200;// ������߶� ChartGraphics chartGraphics = new ChartGraphics(); chartGraphics.image = new BufferedImage(imageWidth, imageHeight, BufferedImage.TYPE_INT_RGB); Graphics graphics = chartGraphics.image.getGraphics(); graphics.setColor(Color.white); graphics.fillRect(0, 0, imageWidth, imageHeight); graphics.setColor(Color.blue); graphics.fill3DRect(X + 1 * columnWidth, columnHeight - h1, columnWidth,h1,true); graphics.setColor(Color.red); graphics.fill3DRect(X + 2 * columnWidth, columnHeight - h2, columnWidth, h2,true); graphics.setColor(Color.yellow); graphics.fill3DRect(X + 3 * columnWidth, columnHeight - h3, columnWidth, h3,true); graphics.setColor(Color.green); graphics.fill3DRect(X + 4 * columnWidth, columnHeight - h4, columnWidth, h4,true); graphics.setColor(Color.orange); graphics.fill3DRect(X + 5 * columnWidth, columnHeight - h5, columnWidth, h5,true); graphics.setColor(Color.cyan); //chartGraphics.createImage("E:\\MyEclipse\\apache-tomcat-6.0.14\\webapps\\pic\\chart.jpg"); }
2022-02-09 20:24:38 6KB JfreeChart
1
pat算法题目python统计和统计图1帮助你分析训练策略,早日金榜题名
2022-02-06 09:05:44 66KB python 算法 开发语言 后端
1
2019四年级数学下册8.2《条形统计图》教案11(新版)西师大版.docx
2022-02-05 09:03:30 68KB 事业编
折线统计图课件.ppt
2022-01-19 09:04:39 1.59MB 教育 中小学 课件 资料
统计图片在word文档的生成 方法有两种,一种是生成图片在客户端放入word文档,另一种是直接将图片的64编码放入word文档当中
2022-01-17 20:55:07 1.09MB freemarker wrod
1
条形统计图PPT.ppt
2022-01-16 19:02:39 698KB
arcgis api 3.x for js 实现地图统计图展示功能
2022-01-12 14:05:39 39.09MB 统计图源码 gis webgis arcgis
饼形图,滑珠图,气泡图,条形图,仪表图,圆环图,拆线图,柱形图 圆环饼 图,折线柱形图,折线面积图,多图结合式,其他类型图
2022-01-10 09:16:04 80.64MB excel 图表 统计图 折线图