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>
 
  • Field Details

  • Constructor Details

    • CTChartStyle

      public CTChartStyle()
  • Method Details

    • getAxisTitle

      public CTStyleEntry getAxisTitle()
      Gets the value of the axisTitle property.
      Returns:
      possible object is CTStyleEntry
    • setAxisTitle

      public void setAxisTitle​(CTStyleEntry value)
      Sets the value of the axisTitle property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getCategoryAxis

      public CTStyleEntry getCategoryAxis()
      Gets the value of the categoryAxis property.
      Returns:
      possible object is CTStyleEntry
    • setCategoryAxis

      public void setCategoryAxis​(CTStyleEntry value)
      Sets the value of the categoryAxis property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getChartArea

      public CTStyleEntry getChartArea()
      Gets the value of the chartArea property.
      Returns:
      possible object is CTStyleEntry
    • setChartArea

      public void setChartArea​(CTStyleEntry value)
      Sets the value of the chartArea property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataLabel

      public CTStyleEntry getDataLabel()
      Gets the value of the dataLabel property.
      Returns:
      possible object is CTStyleEntry
    • setDataLabel

      public void setDataLabel​(CTStyleEntry value)
      Sets the value of the dataLabel property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataLabelCallout

      public CTStyleEntry getDataLabelCallout()
      Gets the value of the dataLabelCallout property.
      Returns:
      possible object is CTStyleEntry
    • setDataLabelCallout

      public void setDataLabelCallout​(CTStyleEntry value)
      Sets the value of the dataLabelCallout property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataPoint

      public CTStyleEntry getDataPoint()
      Gets the value of the dataPoint property.
      Returns:
      possible object is CTStyleEntry
    • setDataPoint

      public void setDataPoint​(CTStyleEntry value)
      Sets the value of the dataPoint property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataPoint3D

      public CTStyleEntry getDataPoint3D()
      Gets the value of the dataPoint3D property.
      Returns:
      possible object is CTStyleEntry
    • setDataPoint3D

      public void setDataPoint3D​(CTStyleEntry value)
      Sets the value of the dataPoint3D property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataPointLine

      public CTStyleEntry getDataPointLine()
      Gets the value of the dataPointLine property.
      Returns:
      possible object is CTStyleEntry
    • setDataPointLine

      public void setDataPointLine​(CTStyleEntry value)
      Sets the value of the dataPointLine property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataPointMarker

      public CTStyleEntry getDataPointMarker()
      Gets the value of the dataPointMarker property.
      Returns:
      possible object is CTStyleEntry
    • setDataPointMarker

      public void setDataPointMarker​(CTStyleEntry value)
      Sets the value of the dataPointMarker property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataPointMarkerLayout

      public CTMarkerLayout getDataPointMarkerLayout()
      Gets the value of the dataPointMarkerLayout property.
      Returns:
      possible object is CTMarkerLayout
    • setDataPointMarkerLayout

      public void setDataPointMarkerLayout​(CTMarkerLayout value)
      Sets the value of the dataPointMarkerLayout property.
      Parameters:
      value - allowed object is CTMarkerLayout
    • getDataPointWireframe

      public CTStyleEntry getDataPointWireframe()
      Gets the value of the dataPointWireframe property.
      Returns:
      possible object is CTStyleEntry
    • setDataPointWireframe

      public void setDataPointWireframe​(CTStyleEntry value)
      Sets the value of the dataPointWireframe property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDataTable

      public CTStyleEntry getDataTable()
      Gets the value of the dataTable property.
      Returns:
      possible object is CTStyleEntry
    • setDataTable

      public void setDataTable​(CTStyleEntry value)
      Sets the value of the dataTable property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDownBar

      public CTStyleEntry getDownBar()
      Gets the value of the downBar property.
      Returns:
      possible object is CTStyleEntry
    • setDownBar

      public void setDownBar​(CTStyleEntry value)
      Sets the value of the downBar property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getDropLine

      public CTStyleEntry getDropLine()
      Gets the value of the dropLine property.
      Returns:
      possible object is CTStyleEntry
    • setDropLine

      public void setDropLine​(CTStyleEntry value)
      Sets the value of the dropLine property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getErrorBar

      public CTStyleEntry getErrorBar()
      Gets the value of the errorBar property.
      Returns:
      possible object is CTStyleEntry
    • setErrorBar

      public void setErrorBar​(CTStyleEntry value)
      Sets the value of the errorBar property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getFloor

      public CTStyleEntry getFloor()
      Gets the value of the floor property.
      Returns:
      possible object is CTStyleEntry
    • setFloor

      public void setFloor​(CTStyleEntry value)
      Sets the value of the floor property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getGridlineMajor

      public CTStyleEntry getGridlineMajor()
      Gets the value of the gridlineMajor property.
      Returns:
      possible object is CTStyleEntry
    • setGridlineMajor

      public void setGridlineMajor​(CTStyleEntry value)
      Sets the value of the gridlineMajor property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getGridlineMinor

      public CTStyleEntry getGridlineMinor()
      Gets the value of the gridlineMinor property.
      Returns:
      possible object is CTStyleEntry
    • setGridlineMinor

      public void setGridlineMinor​(CTStyleEntry value)
      Sets the value of the gridlineMinor property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getHiLoLine

      public CTStyleEntry getHiLoLine()
      Gets the value of the hiLoLine property.
      Returns:
      possible object is CTStyleEntry
    • setHiLoLine

      public void setHiLoLine​(CTStyleEntry value)
      Sets the value of the hiLoLine property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getLeaderLine

      public CTStyleEntry getLeaderLine()
      Gets the value of the leaderLine property.
      Returns:
      possible object is CTStyleEntry
    • setLeaderLine

      public void setLeaderLine​(CTStyleEntry value)
      Sets the value of the leaderLine property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getLegend

      public CTStyleEntry getLegend()
      Gets the value of the legend property.
      Returns:
      possible object is CTStyleEntry
    • setLegend

      public void setLegend​(CTStyleEntry value)
      Sets the value of the legend property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getPlotArea

      public CTStyleEntry getPlotArea()
      Gets the value of the plotArea property.
      Returns:
      possible object is CTStyleEntry
    • setPlotArea

      public void setPlotArea​(CTStyleEntry value)
      Sets the value of the plotArea property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getPlotArea3D

      public CTStyleEntry getPlotArea3D()
      Gets the value of the plotArea3D property.
      Returns:
      possible object is CTStyleEntry
    • setPlotArea3D

      public void setPlotArea3D​(CTStyleEntry value)
      Sets the value of the plotArea3D property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getSeriesAxis

      public CTStyleEntry getSeriesAxis()
      Gets the value of the seriesAxis property.
      Returns:
      possible object is CTStyleEntry
    • setSeriesAxis

      public void setSeriesAxis​(CTStyleEntry value)
      Sets the value of the seriesAxis property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getSeriesLine

      public CTStyleEntry getSeriesLine()
      Gets the value of the seriesLine property.
      Returns:
      possible object is CTStyleEntry
    • setSeriesLine

      public void setSeriesLine​(CTStyleEntry value)
      Sets the value of the seriesLine property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getTitle

      public CTStyleEntry getTitle()
      Gets the value of the title property.
      Returns:
      possible object is CTStyleEntry
    • setTitle

      public void setTitle​(CTStyleEntry value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getTrendline

      public CTStyleEntry getTrendline()
      Gets the value of the trendline property.
      Returns:
      possible object is CTStyleEntry
    • setTrendline

      public void setTrendline​(CTStyleEntry value)
      Sets the value of the trendline property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getTrendlineLabel

      public CTStyleEntry getTrendlineLabel()
      Gets the value of the trendlineLabel property.
      Returns:
      possible object is CTStyleEntry
    • setTrendlineLabel

      public void setTrendlineLabel​(CTStyleEntry value)
      Sets the value of the trendlineLabel property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getUpBar

      public CTStyleEntry getUpBar()
      Gets the value of the upBar property.
      Returns:
      possible object is CTStyleEntry
    • setUpBar

      public void setUpBar​(CTStyleEntry value)
      Sets the value of the upBar property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getValueAxis

      public CTStyleEntry getValueAxis()
      Gets the value of the valueAxis property.
      Returns:
      possible object is CTStyleEntry
    • setValueAxis

      public void setValueAxis​(CTStyleEntry value)
      Sets the value of the valueAxis property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getWall

      public CTStyleEntry getWall()
      Gets the value of the wall property.
      Returns:
      possible object is CTStyleEntry
    • setWall

      public void setWall​(CTStyleEntry value)
      Sets the value of the wall property.
      Parameters:
      value - allowed object is CTStyleEntry
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getId

      public java.lang.Long getId()
      Gets the value of the id property.
      Returns:
      possible object is Long
    • setId

      public void setId​(java.lang.Long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Long
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.