public class CTLineSer extends Object implements SerContent
Java class for CT_LineSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LineSer"> <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" minOccurs="0"/> <element name="cat" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxDataSource" minOccurs="0"/> <element name="val" 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 CTAxDataSource |
cat |
protected CTDLbls |
dLbls |
protected List<CTDPt> |
dPt |
protected CTErrBars |
errBars |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTMarker |
marker |
protected CTUnsignedInt |
order |
protected CTBoolean |
smooth |
protected CTShapeProperties |
spPr |
protected List<CTTrendline> |
trendline |
protected CTSerTx |
tx |
protected CTNumDataSource |
val |
Constructor and Description |
---|
CTLineSer() |
Modifier and Type | Method and Description |
---|---|
CTAxDataSource |
getCat()
Gets the value of the cat property.
|
CTDLbls |
getDLbls()
Gets the value of the dLbls property.
|
List<CTDPt> |
getDPt()
Gets the value of the dPt property.
|
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.
|
CTBoolean |
getSmooth()
Gets the value of the smooth property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
List<CTTrendline> |
getTrendline()
Gets the value of the trendline property.
|
CTSerTx |
getTx()
Gets the value of the tx property.
|
CTNumDataSource |
getVal()
Gets the value of the val property.
|
void |
setCat(CTAxDataSource value)
Sets the value of the cat property.
|
void |
setDLbls(CTDLbls value)
Sets the value of the dLbls property.
|
void |
setErrBars(CTErrBars value)
Sets the value of the errBars 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 |
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 |
setVal(CTNumDataSource value)
Sets the value of the val property.
|
protected CTUnsignedInt idx
protected CTUnsignedInt order
protected CTSerTx tx
protected CTShapeProperties spPr
protected CTMarker marker
protected CTDLbls dLbls
protected List<CTTrendline> trendline
protected CTErrBars errBars
protected CTAxDataSource cat
protected CTNumDataSource val
protected CTBoolean smooth
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
getIdx
in interface SerContent
CTUnsignedInt
public void setIdx(CTUnsignedInt value)
setIdx
in interface SerContent
value
- allowed object is
CTUnsignedInt
public CTUnsignedInt getOrder()
getOrder
in interface SerContent
CTUnsignedInt
public void setOrder(CTUnsignedInt value)
setOrder
in interface SerContent
value
- allowed object is
CTUnsignedInt
public CTSerTx getTx()
getTx
in interface SerContent
CTSerTx
public void setTx(CTSerTx value)
setTx
in interface SerContent
value
- allowed object is
CTSerTx
public CTShapeProperties getSpPr()
getSpPr
in interface SerContent
CTShapeProperties
public void setSpPr(CTShapeProperties value)
setSpPr
in interface SerContent
value
- allowed object is
CTShapeProperties
public CTMarker getMarker()
CTMarker
public void setMarker(CTMarker value)
value
- allowed object is
CTMarker
public 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()
CTDLbls
public void setDLbls(CTDLbls value)
value
- allowed object is
CTDLbls
public 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 CTErrBars getErrBars()
CTErrBars
public void setErrBars(CTErrBars value)
value
- allowed object is
CTErrBars
public CTAxDataSource getCat()
getCat
in interface SerContent
CTAxDataSource
public void setCat(CTAxDataSource value)
setCat
in interface SerContent
value
- allowed object is
CTAxDataSource
public CTNumDataSource getVal()
getVal
in interface SerContent
CTNumDataSource
public void setVal(CTNumDataSource value)
setVal
in interface SerContent
value
- allowed object is
CTNumDataSource
public CTBoolean getSmooth()
CTBoolean
public void setSmooth(CTBoolean value)
value
- allowed object is
CTBoolean
public CTExtensionList getExtLst()
getExtLst
in interface SerContent
CTExtensionList
public void setExtLst(CTExtensionList value)
setExtLst
in interface SerContent
value
- allowed object is
CTExtensionList
Copyright © 2007-2014. All Rights Reserved.