Android 自定义折线图
数据源中,dataitem中的数量要一致。 @Override protected float marginLengthSetting() { return 20*density; } 该返回值为折线图左右两端的padding值 LineView--->setPaintColor中的coorColor为坐标轴,坐标字体和选择竖线的颜色 private final int maxValue = 300;//上限阀值 private final int minValue = 0;//下限阀值 private float areasHeight;//坐标轴到底部距离 private float textSize;//坐标文字大小 private int[] lineColors = null;//所有线条的颜色数组 点的颜色放在数据源中 该数组中顺序要与数据源ArrayList的顺序一致
文件列表
LineViewDemo.zip
(预估有个58文件)
LineViewDemo
bin
classes.dex
1MB
res
crunch
drawable-hdpi
ic_launcher.png
6KB
drawable-xhdpi
ic_launcher.png
9KB
drawable-xxhdpi
暂无评论