In a nutshell: how to add a legend to a JFreeChart DialPlot
?
More specifically, my DiaPlot looks like this:
And I would like to indicate that values in [-100, 0] (red) range are "badluck" while values in [0, 100] (green) range are "goodluck".
Hence I'd like to add a legend to the DialPlot
but unfortunately it seems that is doesn't have the setFixedLegendItems()
method as other JFreeChart chart types do have.
Any idea / hint would be more than welcome.
Thanks! Thomas