-
基于MPAndroidChart的Android代码实现AndroidK线图
资源介绍
LaplaceKLine
leefengme@163.com
K线图表
Powered By MPAndroidChart
Usage
Gradle
Project level build.gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
App level build.gradle
dependencies {
implementation 'com.github.limxing:LaplaceKLine:1.1.4"'
}
License
LaplaceKLine is available under the MIT license.
- 上一篇: C#波形显示控件源码
- 下一篇: C# 生成图表(饼图_柱形图)的控件及实例