Class RangeAxisCustomizer

  • All Implemented Interfaces:
    net.sf.jasperreports.engine.JRChartCustomizer, net.sf.jasperreports.engine.NamedChartCustomizer

    public class RangeAxisCustomizer
    extends AbstractAxisCustomizer
    Customizer to define the minimum and maximum value of the range axis, works for both XY and Category plot
    Author:
    Marco Orlandin (dejawho2@users.sourceforge.net)
    • Constructor Detail

      • RangeAxisCustomizer

        public RangeAxisCustomizer()
    • Method Detail

      • customize

        public void customize​(org.jfree.chart.JFreeChart jfc,
                              net.sf.jasperreports.engine.JRChart jrc)