[Table of Contents] [docx version]

Error! No text of specified style in document.

barChart (Bar Charts)

This element contains the 2-D bar or column series on this chart.

Parent Elements

plotArea5.7.2.146)

 

Child Elements

Subclause

axId (Axis ID)

§5.7.2.9

barDir (Bar Direction)

§5.7.2.17

dLbls (Data Labels)

§5.7.2.49

extLst (Chart Extensibility)

§5.7.2.64

gapWidth (Gap Width)

§5.7.2.75

grouping (Bar Grouping)

§5.7.2.77

overlap (Overlap)

§5.7.2.132

ser (Bar Chart Series)

§5.7.2.175

serLines (Series Lines)

§5.7.2.177

varyColors (Vary Colors by Point)

§5.7.2.228

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>