<strRef> (String Reference)

This element specifies a reference to data for a single data label or title with a cache of the last values used.

Parent Elements

<cat>5.7.2.24); <tx>5.7.2.215); <tx>5.7.2.216); <xVal>5.7.2.235)

Child Elements

Subclause

<extLst> (Chart Extensibility)

§5.7.2.64

<f> (Formula)

§5.7.2.65

<strCache> (String Cache)

§5.7.2.200

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

<complexType name="CT_StrRef">
	<sequence>
	<element name="f" type="xsd:string" minOccurs="1" maxOccurs="1"/>
	<element name="strCache" type="CT_StrData" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>