Class JRFillChartAxis

  • All Implemented Interfaces:
    Cloneable, JRChartAxis, JRCloneable

    public class JRFillChartAxis
    extends Object
    implements JRChartAxis
    Describes an axis that can be added to a multiple axis chart. The name "axis" is a bit of a misnomer, as it really contains information about a new dataset to plot, the axis to plot it against, and how to render that dataset.
    Author:
    Barry Klawans (barry@users.sourceforge.net)
    • Field Detail

      • fillChart

        protected JRFillChart fillChart
        The filled version of the chart field. Contains evaluated expressions and data.
    • Method Detail

      • getFillChart

        public JRFillChart getFillChart()
        Return the filled version of the chart with the dataset and plot for this axis.
        Returns:
        the filled version of the chart with the dataset and plot for this axis
      • getChart

        public JRChart getChart()
        Description copied from interface: JRChartAxis
        Returns the chart that contains the dataset and plot to use for this axis. The plot is used to figure out how to render the dataset when adding to the multiple axis chart.
        Specified by:
        getChart in interface JRChartAxis
        Returns:
        the chart that contains the dataset and plot for this axis