I am trying to use the customizer class BarRenderer from jFree charts to customize a bar chart, I have added the jar to the classpath and added the class to the customizer class section of the Bar Chart properties as org.jfree.chart.renderer.category.BarRenderer and I keep getting the error:
net.sf.jasperreports.engine.JRRuntimeException: Could not create chart customizer instance.
Caused by: java.lang.ClassCastException: org.jfree.chart.renderer.category.BarRenderer cannot be cast to net.sf.jasperreports.engine.JRChartCustomizer
Is there something I am missing or forgot to do here, any help to get this running would be much appreciated