Android 图表库 MPAndroidChart

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-19 22:43:49

软件介绍

MPAndroidChart 是 Android 系统上一款开源的图表库。目前提供线图和饼图,支持选择、缩放和拖放。

示例代码:

LineData ld = new LineData(...);

LimitLine ll = new LimitLine(140f);
ll.setLineColor(Color.RED);
ll.setLineWidth(4f);
// .. and more styling options

ld.addLimitLine(ll);

图表类型:

  • LineChart (with legend, simple design)alt tag

  • LineChart (with legend, simple design)alt tag

  • LineChart (single DataSet)alt tag

  • BarChart2D (with legend, simple design)

alt tag

  • BarChart2D (single DataSet)

alt tag

  • BarChart2D (multiple DataSets)

alt tagalt tag

  • BarChart3D

alt tag

  • PieChart (with selection, ...)

alt tagalt tag

  • ScatterChart (with squares, triangles, circles, ... and more)

alt tag

本文地址:https://codercto.com/soft/d/12743.html

瞬间之美

瞬间之美

[美] Robert Hoekman, Jr. / 向怡宁 / 人民邮电出版社 / 2009-7 / 45.00元

本书特色: 本书通过重现用户面对Web应用时由始至终的完整情境,主要针对Web应用中几乎所有相关元素,例如Search、Screencast、Blog 、Wizard、 RSS、 Rate 、TagCloud 以及Form的布局、交互甚至客服等都提出了值得借鉴的解决方案。具体通过30多个故事轻松自然地带领读者领会设计者如何百分之百地用心传达以创造美好的用户体验。 本书适用于信息架构设计......一起来看看 《瞬间之美》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码