public class CTScatterSer extends java.lang.Object implements Child
Java class for CT_ScatterSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ScatterSer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/>
<element name="marker" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Marker" minOccurs="0"/>
<element name="dPt" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DPt" maxOccurs="unbounded" minOccurs="0"/>
<element name="dLbls" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbls" minOccurs="0"/>
<element name="trendline" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Trendline" maxOccurs="unbounded" minOccurs="0"/>
<element name="errBars" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrBars" maxOccurs="2" minOccurs="0"/>
<element name="xVal" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxDataSource" minOccurs="0"/>
<element name="yVal" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/>
<element name="smooth" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTDLbls |
dLbls |
protected java.util.List<CTDPt> |
dPt |
protected java.util.List<CTErrBars> |
errBars |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTMarker |
marker |
protected CTUnsignedInt |
order |
protected CTBoolean |
smooth |
protected CTShapeProperties |
spPr |
protected java.util.List<CTTrendline> |
trendline |
protected CTSerTx |
tx |
protected CTAxDataSource |
xVal |
protected CTNumDataSource |
yVal |
| Constructor and Description |
|---|
CTScatterSer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTDLbls |
getDLbls()
Gets the value of the dLbls property.
|
java.util.List<CTDPt> |
getDPt()
Gets the value of the dPt property.
|
java.util.List<CTErrBars> |
getErrBars()
Gets the value of the errBars property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTUnsignedInt |
getIdx()
Gets the value of the idx property.
|
CTMarker |
getMarker()
Gets the value of the marker property.
|
CTUnsignedInt |
getOrder()
Gets the value of the order property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTBoolean |
getSmooth()
Gets the value of the smooth property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
java.util.List<CTTrendline> |
getTrendline()
Gets the value of the trendline property.
|
CTSerTx |
getTx()
Gets the value of the tx property.
|
CTAxDataSource |
getXVal()
Gets the value of the xVal property.
|
CTNumDataSource |
getYVal()
Gets the value of the yVal property.
|
void |
setDLbls(CTDLbls value)
Sets the value of the dLbls property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIdx(CTUnsignedInt value)
Sets the value of the idx property.
|
void |
setMarker(CTMarker value)
Sets the value of the marker property.
|
void |
setOrder(CTUnsignedInt value)
Sets the value of the order property.
|
void |
setParent(java.lang.Object parent) |
void |
setSmooth(CTBoolean value)
Sets the value of the smooth property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTx(CTSerTx value)
Sets the value of the tx property.
|
void |
setXVal(CTAxDataSource value)
Sets the value of the xVal property.
|
void |
setYVal(CTNumDataSource value)
Sets the value of the yVal property.
|
protected CTUnsignedInt idx
protected CTUnsignedInt order
protected CTSerTx tx
protected CTShapeProperties spPr
protected CTMarker marker
protected java.util.List<CTDPt> dPt
protected CTDLbls dLbls
protected java.util.List<CTTrendline> trendline
protected java.util.List<CTErrBars> errBars
protected CTAxDataSource xVal
protected CTNumDataSource yVal
protected CTBoolean smooth
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
CTUnsignedIntpublic void setIdx(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTUnsignedInt getOrder()
CTUnsignedIntpublic void setOrder(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic void setTx(CTSerTx value)
value - allowed object is
CTSerTxpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTMarker getMarker()
CTMarkerpublic void setMarker(CTMarker value)
value - allowed object is
CTMarkerpublic java.util.List<CTDPt> getDPt()
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 dPt property.
For example, to add a new item, do as follows:
getDPt().add(newItem);
Objects of the following type(s) are allowed in the list
CTDPt
public CTDLbls getDLbls()
CTDLblspublic void setDLbls(CTDLbls value)
value - allowed object is
CTDLblspublic java.util.List<CTTrendline> getTrendline()
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 trendline property.
For example, to add a new item, do as follows:
getTrendline().add(newItem);
Objects of the following type(s) are allowed in the list
CTTrendline
public java.util.List<CTErrBars> getErrBars()
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 errBars property.
For example, to add a new item, do as follows:
getErrBars().add(newItem);
Objects of the following type(s) are allowed in the list
CTErrBars
public CTAxDataSource getXVal()
CTAxDataSourcepublic void setXVal(CTAxDataSource value)
value - allowed object is
CTAxDataSourcepublic CTNumDataSource getYVal()
CTNumDataSourcepublic void setYVal(CTNumDataSource value)
value - allowed object is
CTNumDataSourcepublic CTBoolean getSmooth()
CTBooleanpublic void setSmooth(CTBoolean value)
value - allowed object is
CTBooleanpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.