Class CTScaling

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

public class CTScaling
extends java.lang.Object
implements Child

Java class for CT_Scaling complex type.

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

 <complexType name="CT_Scaling">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="logBase" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LogBase" minOccurs="0"/>
         <element name="orientation" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Orientation" minOccurs="0"/>
         <element name="max" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
         <element name="min" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>