<dispUnitsLbl> (Display Units Label)

This element specifies the display unit label for the value axis in the specified chart.

Parent Elements

<dispUnits>5.7.2.45)

Child Elements

Subclause

<layout> (Layout)

§5.7.2.88

<spPr> (Shape Properties)

§5.7.2.198

<tx> (Chart Text)

§5.7.2.215

<txPr> (Text Properties)

§5.7.2.217

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

<complexType name="CT_DispUnitsLbl">
	<sequence>
	<element name="layout" type="CT_Layout" minOccurs="0" maxOccurs="1"/>
	<element name="tx" type="CT_Tx" minOccurs="0" maxOccurs="1"/>
	<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
	<element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>