标签:nts hone settings osi hit one 特性 最大值 sign

以前没用过MPAndroidChart,为了方便学习查找,引用下别个大神的笔记。
其余文章索引:
MPAndroidChart 教程:概述
MPAndroidChart 教程:开始 Getting Started(一)
MPAndroidChart 教程:与图表进行手势交互 Interaction with the Chart(二)
MPAndroidChart 教程:坐标轴,X轴,Y轴,Labels(三)
MPAndroidChart 教程:设置数据,设置颜色(四)
MPAndroidChart 教程:数据格式器 ValueFormatter(五)
MPAndroidChart 教程:图表的具体设置 Specific chart settings(六)
MPAndroidchart 教程:图例 Legend(七)
MPAndroidChart 教程:动态和实时数据 Dynamic & Realtime Data(八)
MPAndroidChart 教程:修改视窗 Modifying the Viewport(九)
MPAndroidChart 教程:动画 Animations(十)
MPAndroidChart 教程:MarkerView(十一)
MPAndroidChart 教程:ChartData类,ChartData子类, DataSet类,DataSet子类(十二)
时间仓促,难免有错误,有的话希望大家在评论中指出,谢谢。
源码:范例代码在线查看或下载
MPAndroidChart 是 Android 一个强大且容易使用的图表库
Android 2.2 ( API 8 ) 和以上该图标库支持 跨平台 使用:Android 和 iOS
LineChart (with legend, simple design)

LineChart (with legend, simple design)

LineChart (cubic lines)

Combined-Chart (bar- and linechart in this case)

BarChart (with legend, simple design)

BarChart (grouped DataSets)

Horizontal-BarChart

PieChart (with selection, …)

ScatterChart (with squares, triangles, circles, … and more)

CandleStickChart (for financial data)

BubbleChart (area covered by bubbles indicates the value)

RadarChart (spider web chart)

在 build.gradle 添加下面的代码
1 repositories { 2 maven { url "https://jitpack.io" } 3 } 4 5 dependencies { 6 compile ‘com.github.PhilJay:MPAndroidChart:v2.1.6‘ 7 }
mpandroidchartlibrary-version.jar 文件到 Android 项目的 libs 文件夹中MPAndroidChart 图标库Google Play : “Phone Addiction” 应用介绍及下载

Google Play : “车辆管理” 应用介绍及下载

Google Play : “Blutdruck Begleiter” 应用介绍及下载




Google Play : “健康无穷大” 应用介绍及下载









标签:nts hone settings osi hit one 特性 最大值 sign
原文地址:http://www.cnblogs.com/huolongluo/p/6090439.html