[安卓] 安卓MPAndroidChart绘制柱状图
作者:CC下载站 日期:2020-10-09 00:00:00 浏览:62 分类:编程开发
首先是添加Jar包
进入Gradle Scripts的目录,添加Jar包都在这里
首先是Project这个的allprojects里面加上一行
allprojects{ repositories{ google() jcenter() maven{url"https://jitpack.io"} } }
在app这个里面denpendencies中弄成这样子的
dependencies{ implementationfileTree(dir:'libs',include:['*.jar']) implementation'androidx.appcompat:appcompat:1.0.2' implementation'androidx.constraintlayout:constraintlayout:1.1.3' testImplementation'junit:junit:4.12' androidTestImplementation'androidx.test.ext:junit:1.1.0' androidTestImplementation'androidx.test.espresso:espresso-core:3.1.1' implementation'com.github.PhilJay:MPAndroidChart:v3.1.0' }
然后这是xml布局文件
<?xmlversion="1.0"encoding="utf-8"?> <LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <LinearLayout android:id="@+id/chart" android:layout_width="match_parent" android:layout_height="150dp" android:orientation="vertical"> <com.github.mikephil.charting.charts.BarChart android:id="@+id/barChart" android:layout_width="match_parent" android:layout_height="150dp"/> </LinearLayout> </LinearLayout>
然后这是Mainactivity的代码
packageink.cik.echartsstu; importandroid.os.Bundle; importandroid.os.Trace; importandroidx.appcompat.app.AppCompatActivity; importcom.github.mikephil.charting.charts.BarChart; importcom.github.mikephil.charting.charts.LineChart; importcom.github.mikephil.charting.components.Description; importcom.github.mikephil.charting.components.XAxis; importcom.github.mikephil.charting.components.YAxis; importcom.github.mikephil.charting.data.BarData; importcom.github.mikephil.charting.data.BarDataSet; importcom.github.mikephil.charting.data.BarEntry; importjava.util.ArrayList; importjava.util.List; importjava.util.Random; publicclassMainActivityextendsAppCompatActivity{ @Override protectedvoidonCreate(BundlesavedInstanceState){ super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);//定义一下界面的控件 BarChartbarChart=findViewById(R.id.barChart); initBarChart(barChart);//初始化一个柱状图 barChart.setData(setBarData());//给柱状图添加数据 barChart.invalidate();//让柱状图填充数据后刷新 } publicBarDatasetBarData(){ List<BarEntry>entries=newArrayList<>();//定义一个数据容器 //生成随机数数据 for(inti=0;i<=12;i++){ entries.add(newBarEntry(i,newRandom().nextInt(300))); } BarDataSetbarDataSet=newBarDataSet(entries,"测试数据"); BarDatabarData=newBarData(barDataSet); returnbarData;//返回可用于柱状图的数据 } publicBarChartinitBarChart(BarChartbarChart){ barChart.setDrawBarShadow(false);//设置每条柱子的阴影不显示 barChart.setDrawValueAboveBar(true);//设置每条柱子的数值显示 XAxisxAxis=barChart.getXAxis();//获取柱状图的x轴 YAxisyAxisLeft=barChart.getAxisLeft();//获取柱状图左侧的y轴 YAxisyAxisRight=barChart.getAxisRight();//获取柱状图右侧的y轴 setAxis(xAxis,yAxisLeft,yAxisRight);//调用方法设置柱状图的轴线 returnbarChart; } publicvoidsetAxis(XAxisxAxis,YAxisleftAxis,YAxisrightAxis){ xAxis.setPosition(XAxis.XAxisPosition.BOTTOM);//这里设置x轴在柱状图底部显示 xAxis.setAxisLineWidth(1);//设置x轴宽度 xAxis.setAxisMinimum(0);//设置x轴从0开始绘画 xAxis.setDrawAxisLine(true);//设置x轴的轴线显示 xAxis.setDrawGridLines(false);//设置x轴的表格线不显示 xAxis.setEnabled(true);//设置x轴显示 leftAxis.setAxisMinimum(0);//设置y轴从0刻度开始 leftAxis.setDrawGridLines(false);//这里设置左侧y轴不显示表格线 leftAxis.setDrawAxisLine(true);//这里设置左侧y轴显示轴线 leftAxis.setAxisLineWidth(1);//设置y轴宽度 leftAxis.setEnabled(true);//设置左侧的y轴显示 rightAxis.setAxisMinimum(0);//设置y轴从0刻度开始 rightAxis.setDrawGridLines(false);//这里设置右侧y轴不显示表格线 rightAxis.setDrawAxisLine(true);//这里设置右侧y轴显示轴线 rightAxis.setAxisLineWidth(1);//设置右侧y轴宽度 rightAxis.setEnabled(true);//设置右侧的y轴显示 } }
猜你还喜欢
- 03-29 [编程相关] Winform窗体圆角以及描边完美解决方案
- 03-29 [前端问题] has been blocked by CORS policy跨域问题解决
- 03-29 [编程相关] GitHub Actions 入门教程
- 03-29 [编程探讨] CSS Grid 网格布局教程
- 10-12 [编程相关] python实现文件夹所有文件编码从GBK转为UTF8
- 10-11 [编程算法] opencv之霍夫变换:圆
- 10-11 [编程算法] OpenCV Camshift算法+目标跟踪源码
- 10-11 [Python] python 创建 Telnet 客户端
- 10-11 [编程相关] Python 基于 Yolov8 + CPU 实现物体检测
- 03-15 [脚本工具] 使用go语言开发自动化脚本 - 一键定场、抢购、预约、捡漏
- 01-08 [编程技术] 秒杀面试官系列 - Redis zset底层是怎么实现的
- 01-05 [编程技术] 《Redis设计与实现》pdf
取消回复欢迎 你 发表评论:
- 精品推荐!
-
- 最新文章
- 热门文章
- 热评文章
[素材] 2024新年春节烟花素材合集【PSD格式+PNG格式】
[美剧] 《生活大爆炸》S01-S12季合集 【1080P 蓝光原盘REMUX】 DTS-HD.MA.5.1 【外挂简英双语字幕】 742.8G
[电影] 茶馆(1982)蓝光原盘REMUX 内封简繁英.简中简繁四字幕【33.9G】本片根据老舍同名原著改编
[电视剧] 永夜星河(2024)【4K 2160P 杜比音效】国语中字【全32集完结】爱情,古装 又名 :黑莲花攻略手册
[影视合集] 《霍比特人》三部曲加长版合集 【4K 蓝光 HDR】 TrueHD.7.1 国语次世代+导评 【国配简繁英特效+导评中字五字幕】134G
[课程] 2024邓诚高三数学视频课【MP4 12.2GB】
[电视剧] 宿敌(2024)【完结】【4K / 臻彩视听 / 杜比音效】【廖凡/朱珠】【17.8G】
[影视合集] 【鹿鼎记 7个版本合集】【1984-2020】【4K、1080P、720P】【中文字幕】【278.5G】
[课程] B站博主.你好阿含·戒瘾之路合集系列!
[电视剧] 小巷人家(2024)【完结】【独家 / 4K /高码率 / 无台标】【闫妮/蒋欣/关晓彤】【192.3G】
[书籍] 彭子益医书合集 [PDF/DOC]
[游戏] 《黑神话悟空》免安装学习版【全dlc整合完整版】+Steam游戏解锁+游戏修改工具!
[动画] 2002《火影忍者》720集全【4K典藏版】+11部剧场版+OVA+漫画 内嵌简日字幕
[剧集] 《斯巴达克斯》1-4季合集 无删减版 1080P 内嵌简英特效字幕
[CG剧情] 《黑神话:悟空》158分钟CG完整剧情合集 4K120帧最高画质
[电影] 《变形金刚系列》七部合集 [4K HDR 蓝光] 国英双语音轨 [内封精品特效字幕]【典藏版】235G
[动画] 收藏版:1996-2024年名侦探柯南全系列1080P,含国配、日配双语版+26部剧场作品
[游戏] 黑神话悟空离线完整版+修改器
[电影] 《神奇动物在哪里三部合集》 4K REMUX原盘 [杜比视界] [国英双语音轨] 特效字幕 [171.1G]
[动画] 西游记 (1999) 动画版 4K 全52集 高清修复版 童年回忆
[电影] 《黄飞鸿》全系列合集
[Android] 开罗游戏 ▎像素风格的模拟经营的游戏厂商安卓游戏大合集
[游戏合集] 要战便战 v0.9.107 免安装绿色中文版
[电影] 【珍藏版】20世纪电影合集从1922年到1990年代,看看爷爷辈的电影是什么样合集约212G
[书籍] 彭子益医书合集 [PDF/DOC]
[系统]【黑果小兵】macOS Big Sur 11.0.1 20B50 正式版 with Clover 5126 黑苹果系统镜像下载
[美图] 【经典收藏美图集合】1500多张韩国美女高清图片让你的收藏夹更加丰富多彩
[瓜] 青岛【路虎女】插队、逆行、追尾、打人未删减【完整版视频】
[电视剧] 灵魂摆渡(1-3季合集)【未删减】【4K.无水印】【剧情/恐怖/惊悚】【豆瓣8.7】
[书籍资料] 《玉房秘诀》《玉房秘典》《古代房中术》
- 最新评论
-
电影很不错谢谢分享贪睡的猫 评论于:11-18 一部不错的经典科幻kelvin 评论于:11-13 找了好久的资源,终于在这里找到了。感谢本站的资源和分享。谢谢285552528 评论于:11-09 找了好久的资源bjzchzch12 评论于:11-07 谢谢分享感谢ppy2016 评论于:11-05 谢谢分享感谢ppy2016 评论于:11-05 有靳东!嘻嘻奥古斯都.凯撒 评论于:10-28 流星花园是F4处女作也是4人集体搭配的唯一一部!奥古斯都.凯撒 评论于:10-28 找了好久的资源,终于在这里找到了。感谢本站的资源和分享。谢谢AAAAA 评论于:10-26 找了好久的资源,终于在这里找到了。感谢本站的资源和分享。谢谢password63 评论于:10-26
- 热门tag