Just like is being done in the following example, I want the tick mark labels on the domain of chart to be rotated 45 degrees as the are in this chart:
http://left.subtree.org/2007/08/14/rotate-labels-jfreechart/
The difference is, I want to do this on a scatter plot with a numeric axis. I can’t find an equivalent to setCategoryLabelPositions() in the class NumberAxis.
The method
setVerticalTickLabels()may be an alternative. If not, I don’t see any choice but to overriderefreshTicksHorizontal(). See also this example.