public class CTPie3DChart extends Object implements ListSer
Java class for CT_Pie3DChart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Pie3DChart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_PieChartShared"/>
<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 CTExtensionList |
extLst |
protected List<CTPieSer> |
ser |
protected CTBoolean |
varyColors |
| Constructor and Description |
|---|
CTPie3DChart() |
| Modifier and Type | Method and Description |
|---|---|
CTDLbls |
getDLbls()
Gets the value of the dLbls property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
List<CTPieSer> |
getSer()
Gets the value of the ser property.
|
CTBoolean |
getVaryColors()
Gets the value of the varyColors property.
|
void |
setDLbls(CTDLbls value)
Sets the value of the dLbls property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setVaryColors(CTBoolean value)
Sets the value of the varyColors property.
|
protected CTBoolean varyColors
protected CTDLbls dLbls
protected CTExtensionList extLst
public CTBoolean getVaryColors()
CTBooleanpublic void setVaryColors(CTBoolean value)
value - allowed object is
CTBooleanpublic List<CTPieSer> getSer()
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 ser property.
For example, to add a new item, do as follows:
getSer().add(newItem);
Objects of the following type(s) are allowed in the list
CTPieSer
public CTDLbls getDLbls()
CTDLblspublic void setDLbls(CTDLbls value)
value - allowed object is
CTDLblspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.