2.6.3.8 CT_FilteredCategoryTitle

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

Referenced by: filteredCategoryTitle

A complex type that specifies a chart ([ISO/IEC29500-1:2016] section 21.2) category title that has been filtered from the chart ([ISO/IEC29500-1:2016] section 21.2) and the category titles for this chart ([ISO/IEC29500-1:2016] section 21.2) are automatically generated numbers.<76>

Child Elements:

cat: A CT_AxDataSource ([ISO/IEC29500-1:2016] section 21.2.2.24) element that specifies the data used for the category axis 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_FilteredCategoryTitle">
   <xsd:sequence>
     <xsd:element name="cat" type="c:CT_AxDataSource" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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