I have multiple JFreeChart
plots in chart panels. I want to show the legend separately as a different component, as all the plots use the same legend. The way I can see this happening is to grab the legend as some form of JComponent
and add it to the panel along with the chart panels?
Any suggestions?