java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle.CTChartStyle
All Implemented Interfaces:
Child

public class CTChartStyle
extends java.lang.Object
implements Child

Java class for CT_ChartStyle complex type.

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

 <complexType name="CT_ChartStyle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="axisTitle" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="categoryAxis" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="chartArea" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dataLabel" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dataLabelCallout" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry" minOccurs="0"/>
         <element name="dataPoint" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dataPoint3D" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dataPointLine" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dataPointMarker" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dataPointMarkerLayout" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_MarkerLayout" minOccurs="0"/>
         <element name="dataPointWireframe" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dataTable" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="downBar" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="dropLine" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="errorBar" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="floor" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="gridlineMajor" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="gridlineMinor" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="hiLoLine" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="leaderLine" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="legend" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="plotArea" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="plotArea3D" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="seriesAxis" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="seriesLine" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="title" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="trendline" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="trendlineLabel" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="upBar" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="valueAxis" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="wall" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleEntry"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>