Class CTSeries
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CTDataIdprotected CTDataLabelsprotected List<CTDataPoint>protected CTExtensionListprotected Longprotected Booleanprotected STSeriesLayoutprotected CTSeriesLayoutPropertiesprotected Longprotected CTShapePropertiesprotected CTTextprotected Stringprotected CTValueColorPositionsprotected CTValueColors -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the axisId property.Gets the value of the dataId property.Gets the value of the dataLabels property.Gets the value of the dataPt property.Gets the value of the extLst property.Gets the value of the formatIdx property.Gets the value of the layoutId property.Gets the value of the layoutPr property.Gets the value of the ownerIdx property.getSpPr()Gets the value of the spPr property.getTx()Gets the value of the tx property.Gets the value of the uniqueId property.Gets the value of the valueColorPositions property.Gets the value of the valueColors property.booleanisHidden()Gets the value of the hidden property.voidSets the value of the dataId property.voidsetDataLabels(CTDataLabels value) Sets the value of the dataLabels property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetFormatIdx(Long value) Sets the value of the formatIdx property.voidSets the value of the hidden property.voidsetLayoutId(STSeriesLayout value) Sets the value of the layoutId property.voidSets the value of the layoutPr property.voidsetOwnerIdx(Long value) Sets the value of the ownerIdx property.voidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidSets the value of the tx property.voidsetUniqueId(String value) Sets the value of the uniqueId property.voidSets the value of the valueColorPositions property.voidsetValueColors(CTValueColors value) Sets the value of the valueColors property.
-
Field Details
-
tx
-
spPr
-
valueColors
-
valueColorPositions
-
dataPt
-
dataLabels
-
dataId
-
layoutPr
-
axisId
-
extLst
-
layoutId
-
ownerIdx
-
uniqueId
-
formatIdx
-
-
Constructor Details
-
CTSeries
public CTSeries()
-
-
Method Details
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
CTText
-
setTx
Sets the value of the tx property.- Parameters:
value- allowed object isCTText
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getValueColors
Gets the value of the valueColors property.- Returns:
- possible object is
CTValueColors
-
setValueColors
Sets the value of the valueColors property.- Parameters:
value- allowed object isCTValueColors
-
getValueColorPositions
Gets the value of the valueColorPositions property.- Returns:
- possible object is
CTValueColorPositions
-
setValueColorPositions
Sets the value of the valueColorPositions property.- Parameters:
value- allowed object isCTValueColorPositions
-
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
setmethod 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
Gets the value of the dataLabels property.- Returns:
- possible object is
CTDataLabels
-
setDataLabels
Sets the value of the dataLabels property.- Parameters:
value- allowed object isCTDataLabels
-
getDataId
Gets the value of the dataId property.- Returns:
- possible object is
CTDataId
-
setDataId
Sets the value of the dataId property.- Parameters:
value- allowed object isCTDataId
-
getLayoutPr
Gets the value of the layoutPr property.- Returns:
- possible object is
CTSeriesLayoutProperties
-
setLayoutPr
Sets the value of the layoutPr property.- Parameters:
value- allowed object isCTSeriesLayoutProperties
-
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
setmethod 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
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getLayoutId
Gets the value of the layoutId property.- Returns:
- possible object is
STSeriesLayout
-
setLayoutId
Sets the value of the layoutId property.- Parameters:
value- allowed object isSTSeriesLayout
-
isHidden
public boolean isHidden()Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
Sets the value of the hidden property.- Parameters:
value- allowed object isBoolean
-
getOwnerIdx
Gets the value of the ownerIdx property.- Returns:
- possible object is
Long
-
setOwnerIdx
Sets the value of the ownerIdx property.- Parameters:
value- allowed object isLong
-
getUniqueId
Gets the value of the uniqueId property.- Returns:
- possible object is
String
-
setUniqueId
Sets the value of the uniqueId property.- Parameters:
value- allowed object isString
-
getFormatIdx
Gets the value of the formatIdx property.- Returns:
- possible object is
Long
-
setFormatIdx
Sets the value of the formatIdx property.- Parameters:
value- allowed object isLong
-