public void updatePath() {
final double incrx = shape.getIncrementX();
final double incry = shape.getIncrementY();
final double distX = shape.getDistLabelsX();
final double distY = shape.getDistLabelsY();
final AxesStyle axesStyle = shape.getAxesStyle();
final double gapX = LNumber.equalsDouble(distX, 0.) ? IShape.PPC : distX/incrx*IShape.PPC;
final double gapY = LNumber.equalsDouble(distY, 0.) ? IShape.PPC : distY/incry*IShape.PPC;
path.reset();
pathLabels.reset();