I'm setting the foreground alpha on a jFreeChart and I'd like the color to match the legend symbol. It is possible to also set the Foreground Alpha on the legend symbol as well?
Code to set the plot alpha:
XYPlot plot = chart.getXYPlot();
plot.setForegroundAlpha(0.6f);