=40; //Y的刻度长度
public int XLength=380; //X轴的长度
public int YLength=240; //Y轴的长度... canvas.drawLine(XPoint,YPoint-YLength,XPoint+3,YPoint-YLength+6,paint);
//设置X轴...16);
canvas.drawText(Title, 150, 50, paint);
}
private int YCoord(String y0) //计算绘制时的...Y坐标,无数据时返回-999
{
int y;
try
{
y=Integer.parseInt(y0);
...(this);
myView.SetInfo(
new String[]{"7-11","7-12","7-13","7-14","7-15","7-16","7-17"}, //X轴刻度