Class XSSFCategoryAxis

  • All Implemented Interfaces:
    ChartAxis

    @Deprecated
    @Removal(version="4.2")
    public class XSSFCategoryAxis
    extends XSSFChartAxis
    Deprecated.
    use XDDFCategoryAxis instead
    Category axis type.
    • Constructor Detail

      • XSSFCategoryAxis

        public XSSFCategoryAxis​(XSSFChart chart,
                                long id,
                                AxisPosition pos)
        Deprecated.
      • XSSFCategoryAxis

        public XSSFCategoryAxis​(XSSFChart chart,
                                CTCatAx ctCatAx)
        Deprecated.
    • 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