Class CTValAx

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

public class CTValAx
extends java.lang.Object
implements Child

Java class for CT_ValAx complex type.

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

 <complexType name="CT_ValAx">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_AxShared"/>
         <element name="crossBetween" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_CrossBetween" minOccurs="0"/>
         <element name="majorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
         <element name="minorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
         <element name="dispUnits" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispUnits" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>