/** Constructor XYAxis */
 public XYAxis() {
   axisLabel.setJustification(TextLine.CENTER);
   axisLabel.setFont(labelFont);
 }