Create a horizontal table with single heading and data row
With JasperReports I want to create a horizontal table with heading row consiting of 12 months as static text and data row consists of single row say number of days in the month as text field. crosstab
looks complex to implement the same. Any simpler solution is available?
Remove border of the Legend of Chart
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
.