Class XSSFDateAxis

    • Method Detail

      • getId

        public long getId()
        Deprecated.
        Returns:
        axis id
      • crossAxis

        public void crossAxis​(ChartAxis axis)
        Deprecated.
        Description copied from interface: ChartAxis
        Declare this axis cross another axis.
        Parameters:
        axis - that this axis should cross
      • hasNumberFormat

        public boolean hasNumberFormat()
        Deprecated.
        Description copied from interface: ChartAxis
        Use this to check before retrieving a number format, as calling ChartAxis.getNumberFormat() may create a default one if none exists.
        Returns:
        true if a number format element is defined, false if not