== RenderingHints.KEY_TEXT_ANTIALIASING) {
gci.setTextAntialias(SWT.ON);
}
SWTGraphics2D sg2d = new SWTGraphics2D(gci);
if (scale) {
sg2d.scale(this.scaleX, this.scaleY);
this.chart.draw(sg2d, new Rectangle2D.Double(0, 0,
drawWidth, drawHeight), getAnchor(), this.info);
}
else {
this.chart.draw(sg2d, new Rectangle2D.Double(0, 0,