Class XDDFDateAxis

java.lang.Object
org.apache.poi.xddf.usermodel.chart.XDDFChartAxis
org.apache.poi.xddf.usermodel.chart.XDDFDateAxis
All Implemented Interfaces:
HasShapeProperties

@Beta public class XDDFDateAxis extends XDDFChartAxis
Date axis type. Currently only implements the same values as XDDFCategoryAxis, since the two are nearly identical.
  • Constructor Details

    • XDDFDateAxis

      public XDDFDateAxis(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea, AxisPosition position)
    • XDDFDateAxis

      public XDDFDateAxis(org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx ctDateAx)
  • Method Details