<gapWidth> (Gap Width)

This element specifies the space between bar or column clusters, as a percentage of the bar or column width.

Parent Elements

<bar3DChart>5.7.2.15); <barChart>5.7.2.16); <ofPieChart>5.7.2.127); <upDownBars>5.7.2.219)

Attributes

Description

<val> (Gap Size Value)

Specifies that the contents of this attribute will contain a gap amount between 0 and 500.

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

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

<complexType name="CT_GapAmount">
	<attribute name="val" type="ST_GapAmount" default="150"/>
</complexType>