logger.debug("Setted the number of MinorTickLines between every MajorTickline");
scale.setTickRadius(0.88);
scale.setTickLabelOffset(0.15);
Font f =new Font("Arial",Font.PLAIN,11);
scale.setTickLabelFont(f);
plot.addScale(0, scale);
plot.addPointer(new DialPointer.Pin());
DialCap cap = new DialCap();
plot.setCap(cap);