Android 第三方图表类 MPChart 的使用

Posted 我辈年轻

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 第三方图表类 MPChart 的使用相关的知识,希望对你有一定的参考价值。

先看看条形图的的效果还不错是吧,实现这样的效果很合适呢!

还有折线图、饼图很多效果

效果不错对吧~

下面我们就先来看看条形图的实现方法吧!

第一步:

引入第三方包 MPChart

如果你碰巧看过我之前写的Recycleview的博客这就简单多了,如上图所示就可以添加mpandroidchart到项目中了!果然Android studio很方便呢是吧!

下面就是在布局中使用控件了!

<com.github.mikephil.charting.charts.LineChart
        android:id="@+id/chart"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

这是线形图的布局写法:

com.github.mikephil.charting.charts.LineChart

mpandroidchar此外还提供了:

com.github.mikephil.charting.charts.BarChart2D 条形图
com.github.mikephil.charting.charts.PieChart   饼图


com.github.mikephil.charting.charts.ScatterChart 散列图
com.github.mikephil.charting.charts.RadarChart  雷达图

 

丰富多样啊是吧!


快去试试吧~~
下节写下逻辑实现。
 

以上是关于Android 第三方图表类 MPChart 的使用的主要内容,如果未能解决你的问题,请参考以下文章

Android MPChart柱状图的X轴的文字有部分被挡住了,怎么解决

Android MPChart柱状图的X轴的文字有部分被挡住了,怎么解决

android mpchart怎么用

android mpchart怎么设置当前点线

android MPChart图标使用具体解释

MPchart使用详解及详细属性