Problem is formulated in title. Details:
I have code in class-theme for set specific non-default-color for the border of legend frame.
LegendTitle legend = jFreeChart.getLegend();
legend.setWidth(100);
After this I need to set color for border of legend, but nothing like
legend.setBorderColor(Color.green)
I couldn't found.
Help me, please.
Thanks for replies.