天天看点

android+自定义折现图,自定义View实现Android折线图

getMap() { return map; } public void setMap(HashMap

map) { this.map = map; } public int getTotalvalue() { return totalvalue; } public void setTotalvalue(int totalvalue) { this.totalvalue = totalvalue; } public int getPjvalue() { return pjvalue; } public void setPjvalue(int pjvalue) { this.pjvalue = pjvalue; } public String getXstr() { return xstr; } public void setXstr(String xstr) { this.xstr = xstr; } public String getYstr() { return ystr; } public void setYstr(String ystr) { this.ystr = ystr; } public int getMargint() { return margint; } public void setMargint(int margint) { this.margint = margint; } public Boolean getIsylineshow() { return isylineshow; } public void setIsylineshow(Boolean isylineshow) { this.isylineshow = isylineshow; } public int getMarginb() { return marginb; } public void setMarginb(int marginb) { this.marginb = marginb; } public Mstyle getMstyle() { return mstyle; } public void setMstyle(Mstyle mstyle) { this.mstyle = mstyle; } public int getBheight() { return bheight; } public void setBheight(int bheight) { this.bheight = bheight; } public int getC() { return c; } public void setC(int c) { this.c = c; } public int getResid() { return resid; } public void setResid(int resid) { this.resid = resid; } }