Android代码安卓柱状图折线图饼状图
ZqxChart
maven:
com.zqx.chart
chart
0.2
pom
gradle:
compile'com.zqx.chart:chart:0.2'
使用方法:
1.折线图
//通过代码设置:
LineChartlineChart=(LineChart)findViewById(R.id.linechart);
LineChartDatalineChartData=LineChartData.builder()
.setXdata(xdata)//x轴数据
.setYda
下载地址
用户评论