ctx.clearRect(0, 0, width, height);
this.info = new ChartRenderingInfo();
this.chart.draw(this.g2, new Rectangle((int) width, (int) height),
this.anchor, this.info);
}
ctx.restore();
this.anchor = null;
}
/**
* Returns the data area (the area inside the axes) for the plot or subplot.