public class CTSeries
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CTAxisId> |
axisId |
protected CTDataId |
dataId |
protected CTDataLabels |
dataLabels |
protected java.util.List<CTDataPoint> |
dataPt |
protected CTExtensionList |
extLst |
protected java.lang.Long |
formatIdx |
protected java.lang.Boolean |
hidden |
protected STSeriesLayout |
layoutId |
protected CTSeriesLayoutProperties |
layoutPr |
protected java.lang.Long |
ownerIdx |
protected CTShapeProperties |
spPr |
protected CTText |
tx |
protected java.lang.String |
uniqueId |
protected CTValueColorPositions |
valueColorPositions |
protected CTValueColors |
valueColors |
| Constructor and Description |
|---|
CTSeries() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CTAxisId> |
getAxisId()
Gets the value of the axisId property.
|
CTDataId |
getDataId()
Gets the value of the dataId property.
|
CTDataLabels |
getDataLabels()
Gets the value of the dataLabels property.
|
java.util.List<CTDataPoint> |
getDataPt()
Gets the value of the dataPt property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.Long |
getFormatIdx()
Gets the value of the formatIdx property.
|
STSeriesLayout |
getLayoutId()
Gets the value of the layoutId property.
|
CTSeriesLayoutProperties |
getLayoutPr()
Gets the value of the layoutPr property.
|
java.lang.Long |
getOwnerIdx()
Gets the value of the ownerIdx property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTText |
getTx()
Gets the value of the tx property.
|
java.lang.String |
getUniqueId()
Gets the value of the uniqueId property.
|
CTValueColorPositions |
getValueColorPositions()
Gets the value of the valueColorPositions property.
|
CTValueColors |
getValueColors()
Gets the value of the valueColors property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
void |
setDataId(CTDataId value)
Sets the value of the dataId property.
|
void |
setDataLabels(CTDataLabels value)
Sets the value of the dataLabels property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFormatIdx(java.lang.Long value)
Sets the value of the formatIdx property.
|
void |
setHidden(java.lang.Boolean value)
Sets the value of the hidden property.
|
void |
setLayoutId(STSeriesLayout value)
Sets the value of the layoutId property.
|
void |
setLayoutPr(CTSeriesLayoutProperties value)
Sets the value of the layoutPr property.
|
void |
setOwnerIdx(java.lang.Long value)
Sets the value of the ownerIdx property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTx(CTText value)
Sets the value of the tx property.
|
void |
setUniqueId(java.lang.String value)
Sets the value of the uniqueId property.
|
void |
setValueColorPositions(CTValueColorPositions value)
Sets the value of the valueColorPositions property.
|
void |
setValueColors(CTValueColors value)
Sets the value of the valueColors property.
|
protected CTText tx
protected CTShapeProperties spPr
protected CTValueColors valueColors
protected CTValueColorPositions valueColorPositions
protected java.util.List<CTDataPoint> dataPt
protected CTDataLabels dataLabels
protected CTDataId dataId
protected CTSeriesLayoutProperties layoutPr
protected java.util.List<CTAxisId> axisId
protected CTExtensionList extLst
protected STSeriesLayout layoutId
protected java.lang.Boolean hidden
protected java.lang.Long ownerIdx
protected java.lang.String uniqueId
protected java.lang.Long formatIdx
public void setTx(CTText value)
value - allowed object is
CTTextpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTValueColors getValueColors()
CTValueColorspublic void setValueColors(CTValueColors value)
value - allowed object is
CTValueColorspublic CTValueColorPositions getValueColorPositions()
CTValueColorPositionspublic void setValueColorPositions(CTValueColorPositions value)
value - allowed object is
CTValueColorPositionspublic java.util.List<CTDataPoint> getDataPt()
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 javax 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
public CTDataLabels getDataLabels()
CTDataLabelspublic void setDataLabels(CTDataLabels value)
value - allowed object is
CTDataLabelspublic CTDataId getDataId()
CTDataIdpublic void setDataId(CTDataId value)
value - allowed object is
CTDataIdpublic CTSeriesLayoutProperties getLayoutPr()
CTSeriesLayoutPropertiespublic void setLayoutPr(CTSeriesLayoutProperties value)
value - allowed object is
CTSeriesLayoutPropertiespublic java.util.List<CTAxisId> getAxisId()
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 javax 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
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic STSeriesLayout getLayoutId()
STSeriesLayoutpublic void setLayoutId(STSeriesLayout value)
value - allowed object is
STSeriesLayoutpublic boolean isHidden()
Booleanpublic void setHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getOwnerIdx()
Longpublic void setOwnerIdx(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getUniqueId()
Stringpublic void setUniqueId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getFormatIdx()
Longpublic void setFormatIdx(java.lang.Long value)
value - allowed object is
LongCopyright © 2007–2025. All rights reserved.