I need to place rectangle label to the right side (see screen). Rectangle on chart is IRectangleChartObject object. setText() method place text label to the left side by default and I can't to change alignment. I need method like setAlignment(SwingConstants.RIGHT) but I can't to find it. Can you help me?