<bar3DChart> (3D Bar Charts)

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

Parent Elements

<plotArea>5.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

<gapDepth> (Gap Depth)

§5.7.2.74

<gapWidth> (Gap Width)

§5.7.2.75

<grouping> (Bar Grouping)

§5.7.2.77

<ser> (Bar Chart Series)

§5.7.2.175

<shape> (Shape)

§5.7.2.178

<varyColors> (Vary Colors by Point)

§5.7.2.228

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Bar3DChart">
	<sequence>
	<group ref="EG_BarChartShared" minOccurs="1" maxOccurs="1"/>
	<element name="gapWidth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>
	<element name="gapDepth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>
	<element name="shape" type="CT_Shape" minOccurs="0" maxOccurs="1"/>
	<element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="3"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>