public class CTSeriesLayoutProperties extends Object
Java class for CT_SeriesLayoutProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SeriesLayoutProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parentLabelLayout" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ParentLabelLayout" minOccurs="0"/>
<element name="regionLabelLayout" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_RegionLabelLayout" minOccurs="0"/>
<element name="visibility" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_SeriesElementVisibilities" minOccurs="0"/>
<choice minOccurs="0">
<element name="aggregation" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Aggregation" minOccurs="0"/>
<element name="binning" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Binning" minOccurs="0"/>
</choice>
<element name="geography" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Geography" minOccurs="0"/>
<element name="statistics" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Statistics" minOccurs="0"/>
<element name="subtotals" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Subtotals" minOccurs="0"/>
<element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTAggregation |
aggregation |
protected CTBinning |
binning |
protected CTExtensionList |
extLst |
protected CTGeography |
geography |
protected CTParentLabelLayout |
parentLabelLayout |
protected CTRegionLabelLayout |
regionLabelLayout |
protected CTStatistics |
statistics |
protected CTSubtotals |
subtotals |
protected CTSeriesElementVisibilities |
visibility |
| Constructor and Description |
|---|
CTSeriesLayoutProperties() |
| Modifier and Type | Method and Description |
|---|---|
CTAggregation |
getAggregation()
Gets the value of the aggregation property.
|
CTBinning |
getBinning()
Gets the value of the binning property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTGeography |
getGeography()
Gets the value of the geography property.
|
CTParentLabelLayout |
getParentLabelLayout()
Gets the value of the parentLabelLayout property.
|
CTRegionLabelLayout |
getRegionLabelLayout()
Gets the value of the regionLabelLayout property.
|
CTStatistics |
getStatistics()
Gets the value of the statistics property.
|
CTSubtotals |
getSubtotals()
Gets the value of the subtotals property.
|
CTSeriesElementVisibilities |
getVisibility()
Gets the value of the visibility property.
|
void |
setAggregation(CTAggregation value)
Sets the value of the aggregation property.
|
void |
setBinning(CTBinning value)
Sets the value of the binning property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setGeography(CTGeography value)
Sets the value of the geography property.
|
void |
setParentLabelLayout(CTParentLabelLayout value)
Sets the value of the parentLabelLayout property.
|
void |
setRegionLabelLayout(CTRegionLabelLayout value)
Sets the value of the regionLabelLayout property.
|
void |
setStatistics(CTStatistics value)
Sets the value of the statistics property.
|
void |
setSubtotals(CTSubtotals value)
Sets the value of the subtotals property.
|
void |
setVisibility(CTSeriesElementVisibilities value)
Sets the value of the visibility property.
|
protected CTParentLabelLayout parentLabelLayout
protected CTRegionLabelLayout regionLabelLayout
protected CTSeriesElementVisibilities visibility
protected CTAggregation aggregation
protected CTBinning binning
protected CTGeography geography
protected CTStatistics statistics
protected CTSubtotals subtotals
protected CTExtensionList extLst
public CTParentLabelLayout getParentLabelLayout()
CTParentLabelLayoutpublic void setParentLabelLayout(CTParentLabelLayout value)
value - allowed object is
CTParentLabelLayoutpublic CTRegionLabelLayout getRegionLabelLayout()
CTRegionLabelLayoutpublic void setRegionLabelLayout(CTRegionLabelLayout value)
value - allowed object is
CTRegionLabelLayoutpublic CTSeriesElementVisibilities getVisibility()
CTSeriesElementVisibilitiespublic void setVisibility(CTSeriesElementVisibilities value)
value - allowed object is
CTSeriesElementVisibilitiespublic CTAggregation getAggregation()
CTAggregationpublic void setAggregation(CTAggregation value)
value - allowed object is
CTAggregationpublic CTBinning getBinning()
CTBinningpublic void setBinning(CTBinning value)
value - allowed object is
CTBinningpublic CTGeography getGeography()
CTGeographypublic void setGeography(CTGeography value)
value - allowed object is
CTGeographypublic CTStatistics getStatistics()
CTStatisticspublic void setStatistics(CTStatistics value)
value - allowed object is
CTStatisticspublic CTSubtotals getSubtotals()
CTSubtotalspublic void setSubtotals(CTSubtotals value)
value - allowed object is
CTSubtotalspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2022. All Rights Reserved.