java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTSeries

public class CTSeries extends Object

Java class for CT_Series complex type.

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

 <complexType name="CT_Series">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tx" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Text" minOccurs="0"/>
         <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
         <element name="valueColors" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColors" minOccurs="0"/>
         <element name="valueColorPositions" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorPositions" minOccurs="0"/>
         <element name="dataPt" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_DataPoint" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dataLabels" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_DataLabels" minOccurs="0"/>
         <element name="dataId" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_DataId" minOccurs="0"/>
         <element name="layoutPr" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_SeriesLayoutProperties" minOccurs="0"/>
         <element name="axisId" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_AxisId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="layoutId" use="required" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_SeriesLayout" />
       <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="0" />
       <attribute name="ownerIdx" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="uniqueId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="formatIdx" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTSeries

      public CTSeries()
  • Method Details

    • getTx

      public CTText getTx()
      Gets the value of the tx property.
      Returns:
      possible object is CTText
    • setTx

      public void setTx(CTText value)
      Sets the value of the tx property.
      Parameters:
      value - allowed object is CTText
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getValueColors

      public CTValueColors getValueColors()
      Gets the value of the valueColors property.
      Returns:
      possible object is CTValueColors
    • setValueColors

      public void setValueColors(CTValueColors value)
      Sets the value of the valueColors property.
      Parameters:
      value - allowed object is CTValueColors
    • getValueColorPositions

      public CTValueColorPositions getValueColorPositions()
      Gets the value of the valueColorPositions property.
      Returns:
      possible object is CTValueColorPositions
    • setValueColorPositions

      public void setValueColorPositions(CTValueColorPositions value)
      Sets the value of the valueColorPositions property.
      Parameters:
      value - allowed object is CTValueColorPositions
    • getDataPt

      public List<CTDataPoint> getDataPt()
      Gets the value of the dataPt property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dataPt property.

      For example, to add a new item, do as follows:

          getDataPt().add(newItem);
       

      Objects of the following type(s) are allowed in the list CTDataPoint

    • getDataLabels

      public CTDataLabels getDataLabels()
      Gets the value of the dataLabels property.
      Returns:
      possible object is CTDataLabels
    • setDataLabels

      public void setDataLabels(CTDataLabels value)
      Sets the value of the dataLabels property.
      Parameters:
      value - allowed object is CTDataLabels
    • getDataId

      public CTDataId getDataId()
      Gets the value of the dataId property.
      Returns:
      possible object is CTDataId
    • setDataId

      public void setDataId(CTDataId value)
      Sets the value of the dataId property.
      Parameters:
      value - allowed object is CTDataId
    • getLayoutPr

      public CTSeriesLayoutProperties getLayoutPr()
      Gets the value of the layoutPr property.
      Returns:
      possible object is CTSeriesLayoutProperties
    • setLayoutPr

      public void setLayoutPr(CTSeriesLayoutProperties value)
      Sets the value of the layoutPr property.
      Parameters:
      value - allowed object is CTSeriesLayoutProperties
    • getAxisId

      public List<CTAxisId> getAxisId()
      Gets the value of the axisId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the axisId property.

      For example, to add a new item, do as follows:

          getAxisId().add(newItem);
       

      Objects of the following type(s) are allowed in the list CTAxisId

    • getExtLst

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

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getLayoutId

      public STSeriesLayout getLayoutId()
      Gets the value of the layoutId property.
      Returns:
      possible object is STSeriesLayout
    • setLayoutId

      public void setLayoutId(STSeriesLayout value)
      Sets the value of the layoutId property.
      Parameters:
      value - allowed object is STSeriesLayout
    • isHidden

      public boolean isHidden()
      Gets the value of the hidden property.
      Returns:
      possible object is Boolean
    • setHidden

      public void setHidden(Boolean value)
      Sets the value of the hidden property.
      Parameters:
      value - allowed object is Boolean
    • getOwnerIdx

      public Long getOwnerIdx()
      Gets the value of the ownerIdx property.
      Returns:
      possible object is Long
    • setOwnerIdx

      public void setOwnerIdx(Long value)
      Sets the value of the ownerIdx property.
      Parameters:
      value - allowed object is Long
    • getUniqueId

      public String getUniqueId()
      Gets the value of the uniqueId property.
      Returns:
      possible object is String
    • setUniqueId

      public void setUniqueId(String value)
      Sets the value of the uniqueId property.
      Parameters:
      value - allowed object is String
    • getFormatIdx

      public Long getFormatIdx()
      Gets the value of the formatIdx property.
      Returns:
      possible object is Long
    • setFormatIdx

      public void setFormatIdx(Long value)
      Sets the value of the formatIdx property.
      Parameters:
      value - allowed object is Long