Android代码-安卓柱状图,折线图,饼状图

时间:2022-08-25 23:22:44
【文件属性】:
文件名称:Android代码-安卓柱状图,折线图,饼状图
文件大小:166KB
文件格式:ZIP
更新时间:2022-08-25 23:22:44
Android代码 ZqxChart maven: com.zqx.chart chart 0.2 pom gradle: compile 'com.zqx.chart:chart:0.2' 使用方法: 1.折线图 //通过代码设置: LineChart lineChart = (LineChart) findViewById(R.id.linechart); LineChartData lineChartData = LineChartData.builder() .setXdata(xdata)//x轴数据 .setYdata(ydata)//y轴数据 .setYpCount(7)//y轴刻度数量 .setCoordinatesColor(getResources().getColor(android.R.color.holo_orange_dark)) //.setXXX() .setAnimType(Anim.ANIM_ALPHA)
【文件预览】:
Chart-master
----.gitignore(97B)
----gradle()
--------wrapper()
----README.md(9KB)
----build.gradle(641B)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(10KB)
----app()
--------.gitignore(7B)
--------build.gradle(654B)
--------proguard-rules.pro(661B)
--------src()
----img()
--------chart1.gif(0B)
----gradle.properties(855B)
----.idea()
--------runConfigurations.xml(564B)
--------encodings.xml(159B)
--------vcs.xml(180B)
--------misc.xml(3KB)
--------modules.xml(458B)
--------.name(9B)
--------findbugs-idea.xml(13KB)
--------copyright()
--------compiler.xml(686B)
--------gradle.xml(918B)
----settings.gradle(25B)
----chart()
--------.gitignore(7B)
--------build.gradle(758B)
--------proguard-rules.pro(661B)
--------src()

网友评论