i am trying to change the series color for a chart which is called from a subreport in java with Jasper Report
JRChartPlot pl; JRFillObjectFactory fac; JRFillChartPlot plot = new JRFillChartPlot(pl, fac);
how to intanciate JRChartPLot to my JRFillChartPlot constructor, The previous code gives me null pointer exception