DrawFx.createRectangleAnimator(box, rect).run(chart.getAnimationDuration(), chart.getAnimationEasing());
DrawFx.createTranslationAnimator(sprite, labelPoint.getX(), labelPoint.getY()).run(
chart.getAnimationDuration(), chart.getAnimationEasing());
} else {
line.setCommands(commands);
line.redraw();
box.setX(rect.getX());
box.setY(rect.getY());
box.setWidth(rect.getWidth());
box.setHeight(rect.getHeight());
box.redraw();