[安卓] 安卓MPAndroidChart绘制柱状图
作者:CC下载站 日期:2020-10-09 00:00:00 浏览:61 分类:编程开发
首先是添加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
取消回复欢迎 你 发表评论:
- 精品推荐!
-
- 最新文章
- 热门文章
- 热评文章
[资料] 24秋初中改版教材全集(全版本)[PDF]
[电影] 高分国剧《康熙王朝》(2001)4K 2160P 国语中字 全46集 78.2G
[动画] 迪士尼系列动画139部 国英双语音轨 【蓝光珍藏版440GB】
[电影] 莫妮卡贝鲁奇为艺术献身电影大合集 1080P超清 双语字幕
[电影] DC电影宇宙系列合集18部 4K 高码率 内嵌中英字幕 273G
[音乐] 【坤曲/4坤时】鸡你太美全网最全,385首小黑子战歌,黄昏见证虔诚的信徒,巅峰诞生虚伪的拥护!
[音乐] 用餐背景音乐大合集 [MP3/flac]
[书籍] 彭子益医书合集 [PDF/DOC]
[电影] 《环太平洋两部合集》 4K REMUX原盘 [杜比视界] 国英双语音轨 [内封特效字幕] [133.8G]
[电影] 异人之下 The Traveller 2024✨【影版】【4K正式版/HQ超高码/DDP5.1】✚【1080高码】无水印/无压缩
[书籍] 彭子益医书合集 [PDF/DOC]
[游戏] 《黑神话悟空》免安装学习版【全dlc整合完整版】+Steam游戏解锁+游戏修改工具!
[动画] 《名侦探柯南》名侦探柯南百万美元的五菱星 [TC] [MP4]
[电视剧集] [BT下载][黑暗城市- 清扫魔 Dark City: The Cleaner 第一季][全06集][英语无字][MKV][720P/1080P][WEB-RAW]
[涨点姿势] 男性性技宝典:14招实战驭女术——爱抚、按摩、催情、姿势、高潮全攻略
[动画] 2002《火影忍者》720集全【4K典藏版】+11部剧场版+OVA+漫画 内嵌简日字幕
[剧集] 《斯巴达克斯》1-4季合集 无删减版 1080P 内嵌简英特效字幕
[CG剧情] 《黑神话:悟空》158分钟CG完整剧情合集 4K120帧最高画质
[短剧] 被下架·禁播的羞羞短剧·午夜短剧合集
[游戏] 黑神话悟空离线完整版+修改器
[影视] 美国内战 4K蓝光原盘下载+高清MKV版/内战/帝国浩劫:美国内战(台)/美帝崩裂(港) 2024 Civil War 63.86G
[影视] 一命 3D 蓝光高清MKV版/切腹 / 切腹:武士之死 / Hara-Kiri: Death of a Samurai / Ichimei 2011 一命 13.6G
[影视] 爱情我你他 蓝光原盘下载+高清MKV版/你、我、他她他 2005 Me and You and Everyone We Know 23.2G
[影视] 穿越美国 蓝光原盘下载+高清MKV版/窈窕老爸 / 寻找他妈…的故事 2005 Transamerica 20.8G
[电影] 《黄飞鸿》全系列合集
[Android] 开罗游戏 ▎像素风格的模拟经营的游戏厂商安卓游戏大合集
[游戏合集] 要战便战 v0.9.107 免安装绿色中文版
[书籍] 彭子益医书合集 [PDF/DOC]
[资源] 精整2023年知识星球付费文合集136篇【PDF格式】
[系统]【黑果小兵】macOS Big Sur 11.0.1 20B50 正式版 with Clover 5126 黑苹果系统镜像下载
- 最新评论
-
怎么没有后续闲仙麟 评论于:11-03 怎么没后续闲仙麟 评论于:11-03 有靳东!嘻嘻奥古斯都.凯撒 评论于:10-28 流星花园是F4处女作也是4人集体搭配的唯一一部!奥古斯都.凯撒 评论于:10-28 找了好久的资源,终于在这里找到了。感谢本站的资源和分享。谢谢AAAAA 评论于:10-26 找了好久的资源,终于在这里找到了。感谢本站的资源和分享。谢谢password63 评论于:10-26 找了好久的资源,终于在这里找齐了!!!!blog001 评论于:10-21 找了好久的资源,终于在这里找齐了!!!!blog001 评论于:10-21 找了好久的资源,终于在这里找到了。感谢本站的资源和分享。谢谢WillKwok 评论于:10-09 感谢分享1234123 评论于:10-07
- 热门tag