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

微信小程序

微信小程序

牛建兵 / 清华大学出版社 / 2017-9-1 / 49.00

微信小程序从满城风雨到掀起创业热潮,再到一直不断地迭代更新,其每一次更新都会增加新能力,让使用变得越来越方便,同时也增加一批进军小程序的队伍。微信小程序作为现在互联网中的热点,它给创业者、投资者、程序员带来了福音。对创业者来说,小程序能大大降低他们的创业成本,同时也降低了投资者的投资风险。 本书注重实战,通过具体的案例分析,讲解微信小程序的市场状况、人员分工、小程序需求设计、小程序体验设计、......一起来看看 《微信小程序》 这本书的介绍吧!

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

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器