Class CTAxDataSource

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

public class CTAxDataSource
extends java.lang.Object
implements Child

Java class for CT_AxDataSource complex type.

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

 <complexType name="CT_AxDataSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="multiLvlStrRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_MultiLvlStrRef"/>
           <element name="numRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumRef"/>
           <element name="numLit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumData"/>
           <element name="strRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_StrRef"/>
           <element name="strLit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_StrData"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>