Class DataAxis

    • Field Detail

      • minValue

        private double minValue
        Deprecated.
      • maxValue

        private double maxValue
        Deprecated.
      • increment

        private double increment
        Deprecated.
      • zeroLineCoordinate

        protected float zeroLineCoordinate
        Deprecated.
    • Constructor Detail

      • DataAxis

        public DataAxis​(AxisChart axisChart)
        Deprecated.
        this class is no longer used
        Parameters:
        axisChart -
    • Method Detail

      • amDataAxis

        protected boolean amDataAxis()
        Deprecated.
      • amLabelAxis

        protected boolean amLabelAxis()
        Deprecated.
      • addTextTags

        public void addTextTags()
        Deprecated.
        Add all text labels to be display on this axis.
      • computeScaleIncrement

        void computeScaleIncrement​(AxisChartDataProcessor axisChartDataProcessor)
        Deprecated.
        Calculates the axis scale increment. If the user does not specify a scale, it is auto computed in the followin way:
      • if all values are positive, the MIN value will be zero.
      • if all values are negative, the MAX value will be zero.
      • Padding is done by either adding or subtracting the increment by the rounding power of ten specified in the properties.
Parameters:
axisChartDataProcessor - need to get the min/max