The Legend aligns numeric data and allows customization of column widths.

Example:
myChart.getLegend().setColumnWidthAuto(false);
myChart.getLegend().setColumnWidth(0, 44);
myChart.repaint();