[Table of Contents] [docx version]
Error! No text of specified style in document.
trendlineLbl (Trendline Label)
This element specifies the label for the trendline.
Parent Elements |
trendline (§5.7.2.212) |
Child Elements |
Subclause |
extLst (Chart Extensibility) |
§5.7.2.64 |
layout (Layout) |
§5.7.2.88 |
numFmt (Number Format) |
§5.7.2.122 |
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_TrendlineLbl">
<sequence>
<element name="layout" type="CT_Layout" minOccurs="0" maxOccurs="1"/>
<element name="tx" type="CT_Tx" minOccurs="0" maxOccurs="1"/>
<element name="numFmt" type="CT_NumFmt" 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"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>