Class JRBaseChartAxis

    • Field Detail

      • positionValue

        protected AxisPositionEnum positionValue
        Where to position the axis.
      • chart

        protected JRChart chart
        The Chart object containing the dataset and plot to use with this axis.
    • Constructor Detail

      • JRBaseChartAxis

        public JRBaseChartAxis()
        Construct a new axis that will be added to the specified chart.
    • Method Detail

      • getChart

        public JRChart getChart()
        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
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object