<shape> (Shape)

This element specifies the shape of a series or a 3-D bar chart.

Parent Elements

<bar3DChart>5.7.2.15); <ser>5.7.2.175)

Attributes

Description

<val> (Shape Value)

Specifies the shape of the series.

The possible values for this attribute are defined by the ST_Shape simple type (§5.7.3.42).

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

<complexType name="CT_Shape">
	<attribute name="val" type="ST_Shape" default="box"/>
</complexType>