I want to know if it is possible to put a JFreeChart subtitle in the bottom of the chart, under the chart, and not under the Title.
What I want to do is illustrated
In this example, the following TextTitle appears to work.
chart.addSubtitle(new TextTitle(new Date().toString(), new Font("Dialog", Font.ITALIC, 14), Color.black, RectangleEdge.BOTTOM, HorizontalAlignment.CENTER, VerticalAlignment.BOTTOM, RectangleInsets.ZERO_INSETS));