<shape>
(Shape)
This element specifies the shape of a series or a 3-D bar chart.
Attributes |
Description |
---|---|
|
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>