Class XSSFDateAxis

  • All Implemented Interfaces:
    ChartAxis

    @Deprecated
    @Removal(version="4.2")
    public class XSSFDateAxis
    extends XSSFChartAxis
    Deprecated.
    use XDDFDateAxis instead
    Date axis type. Currently only implements the same values as XSSFCategoryAxis, since the two are nearly identical.
    • 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