<barChart>
(Bar Charts)
This element contains the 2-D bar or column series on this chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BarChart">
<sequence>
<group ref="EG_BarChartShared" minOccurs="1" maxOccurs="1"/>
<element name="gapWidth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>
<element name="overlap" type="CT_Overlap" minOccurs="0" maxOccurs="1"/>
<element name="serLines" type="CT_ChartLines" minOccurs="0" maxOccurs="unbounded"/>
<element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>