<multiLvlStrRef> (Multi Level String Reference)

This element specifies a reference to data for the category axis with a cache of the last values used.

Parent Elements

<cat>5.7.2.24); <xVal>5.7.2.235)

Child Elements

Subclause

<extLst> (Chart Extensibility)

§5.7.2.64

<f> (Formula)

§5.7.2.65

<multiLvlStrCache> (Multi Level String Cache)

§5.7.2.115

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

<complexType name="CT_MultiLvlStrRef">
	<sequence>
	<element name="f" type="xsd:string" minOccurs="1" maxOccurs="1"/>
	<element name="multiLvlStrCache" type="CT_MultiLvlStrData" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>