- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/PhilJay/MPAndroidChart
- 软件文档: https://github.com/PhilJay/MPAndroidChart
软件介绍
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)
LineChart (with legend, simple design)
LineChart (single DataSet)
BarChart2D (with legend, simple design)
BarChart2D (single DataSet)
BarChart2D (multiple DataSets)
BarChart3D
PieChart (with selection, ...)
ScatterChart (with squares, triangles, circles, ... and more)
Java技术手册(第6版)
Benjamin J Evans、David Flanagan / 安道 / 人民邮电出版社 / 2015-12-1 / 79.00
《Java技术手册 第6版》为《Java 技术手册》的升级版,涵盖全新的Java 7 和Java 8。第1部分介绍Java 编程语言和Java 平台,主要内容有Java 环境、Java 基本句法、Java 面向对象编程、Java 类型系统、Java的面向对象设计、Java 实现内存管理和并发编程的方式。第2部分通过大量示例来阐述如何在Java 环境中完成实际的编程任务,主要内容有编程和文档约定,使......一起来看看 《Java技术手册(第6版)》 这本书的介绍吧!











