Class AxisChartDataProcessor

    • Field Detail

      • max

        private double max
      • min

        private double min
      • numberOfElementsInADataSet

        private int numberOfElementsInADataSet
    • Constructor Detail

      • AxisChartDataProcessor

        public AxisChartDataProcessor()
        Constructor
    • Method Detail

      • processData

        public void processData​(AxisChart axisChart,
                                java.awt.font.FontRenderContext fontRenderContext)
        Method to perform all chart data processing.
        Parameters:
        axisChart -
      • processDataSet

        private void processDataSet​(IDataSeries iDataSeries)
        Processes the numeric values in the chart data. If there is a user defined scale there is no need to call this.
        Parameters:
        iDataSeries -
      • setMaxValue

        void setMaxValue​(double max)
      • getMaxValue

        public double getMaxValue()
      • setMinValue

        void setMinValue​(double min)
      • getMinValue

        public double getMinValue()
      • getNumberOfElementsInADataSet

        public int getNumberOfElementsInADataSet()