Class CTScatterSer
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTDLblsprotected CTExtensionListprotected CTUnsignedIntprotected CTMarkerprotected CTUnsignedIntprotected CTBooleanprotected CTShapePropertiesprotected List<CTTrendline>protected CTSerTxprotected CTAxDataSourceprotected CTNumDataSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getDLbls()Gets the value of the dLbls property.getDPt()Gets the value of the dPt property.Gets the value of the errBars property.Gets the value of the extLst property.getIdx()Gets the value of the idx property.Gets the value of the marker property.getOrder()Gets the value of the order property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the smooth property.getSpPr()Gets the value of the spPr property.Gets the value of the trendline property.getTx()Gets the value of the tx property.getXVal()Gets the value of the xVal property.getYVal()Gets the value of the yVal property.voidSets the value of the dLbls property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetIdx(CTUnsignedInt value) Sets the value of the idx property.voidSets the value of the marker property.voidsetOrder(CTUnsignedInt value) Sets the value of the order property.voidvoidSets the value of the smooth property.voidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidSets the value of the tx property.voidsetXVal(CTAxDataSource value) Sets the value of the xVal property.voidsetYVal(CTNumDataSource value) Sets the value of the yVal property.
-
Field Details
-
idx
-
order
-
tx
-
spPr
-
marker
-
dPt
-
dLbls
-
trendline
-
errBars
-
xVal
-
yVal
-
smooth
-
extLst
-
-
Constructor Details
-
CTScatterSer
public CTScatterSer()
-
-
Method Details
-
getIdx
Gets the value of the idx property.- Returns:
- possible object is
CTUnsignedInt
-
setIdx
Sets the value of the idx property.- Parameters:
value- allowed object isCTUnsignedInt
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
CTUnsignedInt
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isCTUnsignedInt
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
CTSerTx
-
setTx
Sets the value of the tx property.- Parameters:
value- allowed object isCTSerTx
-
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
-
getMarker
Gets the value of the marker property.- Returns:
- possible object is
CTMarker
-
setMarker
Sets the value of the marker property.- Parameters:
value- allowed object isCTMarker
-
getDPt
Gets the value of the dPt 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 JAXB object. This is why there is not a
setmethod 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 -
getDLbls
Gets the value of the dLbls property.- Returns:
- possible object is
CTDLbls
-
setDLbls
Sets the value of the dLbls property.- Parameters:
value- allowed object isCTDLbls
-
getTrendline
Gets the value of the trendline 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 JAXB object. This is why there is not a
setmethod 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 -
getErrBars
Gets the value of the errBars 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 JAXB object. This is why there is not a
setmethod 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 -
getXVal
Gets the value of the xVal property.- Returns:
- possible object is
CTAxDataSource
-
setXVal
Sets the value of the xVal property.- Parameters:
value- allowed object isCTAxDataSource
-
getYVal
Gets the value of the yVal property.- Returns:
- possible object is
CTNumDataSource
-
setYVal
Sets the value of the yVal property.- Parameters:
value- allowed object isCTNumDataSource
-
getSmooth
Gets the value of the smooth property.- Returns:
- possible object is
CTBoolean
-
setSmooth
Sets the value of the smooth property.- Parameters:
value- allowed object isCTBoolean
-
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
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-