public class CTChart extends Object
Java class for CT_Chart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Chart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ChartTitle" minOccurs="0"/>
<element name="plotArea" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_PlotArea"/>
<element name="legend" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Legend" 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 CTExtensionList |
extLst |
protected CTLegend |
legend |
protected CTPlotArea |
plotArea |
protected CTChartTitle |
title |
| Constructor and Description |
|---|
CTChart() |
| Modifier and Type | Method and Description |
|---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTLegend |
getLegend()
Gets the value of the legend property.
|
CTPlotArea |
getPlotArea()
Gets the value of the plotArea property.
|
CTChartTitle |
getTitle()
Gets the value of the title property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLegend(CTLegend value)
Sets the value of the legend property.
|
void |
setPlotArea(CTPlotArea value)
Sets the value of the plotArea property.
|
void |
setTitle(CTChartTitle value)
Sets the value of the title property.
|
protected CTChartTitle title
protected CTPlotArea plotArea
protected CTLegend legend
protected CTExtensionList extLst
public CTChartTitle getTitle()
CTChartTitlepublic void setTitle(CTChartTitle value)
value - allowed object is
CTChartTitlepublic CTPlotArea getPlotArea()
CTPlotAreapublic void setPlotArea(CTPlotArea value)
value - allowed object is
CTPlotAreapublic CTLegend getLegend()
CTLegendpublic void setLegend(CTLegend value)
value - allowed object is
CTLegendpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2022. All Rights Reserved.