数据源中,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的顺序一致