I'm trying to figure out how to change the position of itemLabels in JFreeChart relative to their datapoints (in an XYPlot). I wanna do this because some of my labels end up outside the chart area (and I don't wanna hardcode the chart size, obviously). What's the best way to do this?
I've seen examples using setPositiveItemLabelPosition(), however this method seems to be deprecated.