I have a multiAxisChart
with a couple of charts. I wrote a JRChartCustomizer
for each chart and tried to JFreeChart.getLegend()
which returned null
. I tried getting CategoryPlot.getLegendItems()
which returns values. But there is no method with ‘border’ in LegendItem
.
I just want to remove the border from the single legend displayed for both the charts.