[Table of Contents] [docx version]

Error! No text of specified style in document.

tx (Chart Text)

This element specifies text to use on a chart, including rich text formatting.

Parent Elements

dispUnitsLbl5.7.2.46); dLbl5.7.2.47); title5.7.2.211); trendlineLbl5.7.2.213)

 

Child Elements

Subclause

rich (Rich Text)

§5.7.2.157

strRef (String Reference)

§5.7.2.202

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

<complexType name="CT_Tx">

   <sequence>

   <choice minOccurs="1" maxOccurs="1">

   <element name="strRef" type="CT_StrRef" minOccurs="1" maxOccurs="1"/>

   <element name="rich" type="a:CT_TextBody" minOccurs="1" maxOccurs="1"/>

   </choice>

   </sequence>

</complexType>