<tx>
(Chart Text)
This element specifies text to use on a chart, including rich text formatting.
Parent Elements |
---|
|
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>