Class CTDateAx

java.lang.Object
org.docx4j.dml.chart.CTDateAx
All Implemented Interfaces:
Child

public class CTDateAx
extends java.lang.Object
implements Child

Java class for CT_DateAx complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_DateAx">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_AxShared"/>
         <element name="auto" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="lblOffset" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LblOffset" minOccurs="0"/>
         <element name="baseTimeUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TimeUnit" minOccurs="0"/>
         <element name="majorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
         <element name="majorTimeUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TimeUnit" minOccurs="0"/>
         <element name="minorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
         <element name="minorTimeUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TimeUnit" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>