2.6.3.13 CT_FilteredSeriesTitle

Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart

Referenced by: filteredSeriesTitle

A complex type that specifies a chart ([ISO/IEC29500-1:2016] section 21.2) series title that has been filtered from the chart ([ISO/IEC29500-1:2016] section 21.2) and the chart series ([ISO/IEC29500-1:2016] section 21.2) has an automatically generated title.<81>

Child Elements:

tx: A CT_SerTx ([ISO/IEC29500-1:2016] section 21.2.2.215) element that specifies text for a series name, without rich text formatting, that has been filtered from the chart.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_FilteredSeriesTitle">
   <xsd:sequence>
     <xsd:element name="tx" type="c:CT_SerTx" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).