public class CTSeries extends Object implements Child
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}ST_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 List<Long> |
axisId |
protected CTDataId |
dataId |
protected CTDataLabels |
dataLabels |
protected List<CTDataPoint> |
dataPt |
protected CTExtensionList |
extLst |
protected Long |
formatIdx |
protected Boolean |
hidden |
protected STSeriesLayout |
layoutId |
protected CTSeriesLayoutProperties |
layoutPr |
protected Long |
ownerIdx |
protected CTShapeProperties |
spPr |
protected CTText |
tx |
protected String |
uniqueId |
protected CTValueColorPositions |
valueColorPositions |
protected CTValueColors |
valueColors |
| Constructor and Description |
|---|
CTSeries() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
List<Long> |
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.
|
List<CTDataPoint> |
getDataPt()
Gets the value of the dataPt property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
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.
|
Long |
getOwnerIdx()
Gets the value of the ownerIdx property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTText |
getTx()
Gets the value of the tx property.
|
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(Long value)
Sets the value of the formatIdx property.
|
void |
setHidden(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(Long value)
Sets the value of the ownerIdx property.
|
void |
setParent(Object parent) |
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTx(CTText value)
Sets the value of the tx property.
|
void |
setUniqueId(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 List<CTDataPoint> dataPt
protected CTDataLabels dataLabels
protected CTDataId dataId
protected CTSeriesLayoutProperties layoutPr
protected CTExtensionList extLst
protected STSeriesLayout layoutId
protected Boolean hidden
protected Long ownerIdx
protected String uniqueId
protected 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 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 JAXB 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 List<Long> 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 JAXB 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
Long
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(Boolean value)
value - allowed object is
Booleanpublic Long getOwnerIdx()
Longpublic void setOwnerIdx(Long value)
value - allowed object is
Longpublic String getUniqueId()
Stringpublic void setUniqueId(String value)
value - allowed object is
Stringpublic Long getFormatIdx()
Longpublic void setFormatIdx(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.