FilteredCategoryTitle class

Office 2013 and later

Defines the FilteredCategoryTitle Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is c15:filteredCategoryTitle.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle

Namespace:  DocumentFormat.OpenXml.Office2013.Drawing.Chart
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.39 filteredCategoryTitle

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

A CT_FilteredCategoryTitle element<98> that specifies a chart ([ISO/IEC-29500-1] section 21.2) category title that has been filtered from the chart ([ISO/IEC-29500-1] section 21.2).

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="filteredCategoryTitle" type="CT_FilteredCategoryTitle"/>

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

2.5.64 CT_FilteredCategoryTitle

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

Referenced by: filteredCategoryTitle

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

Child Elements:

cat: A CT_AxDataSource ([ISO/IEC-29500-1] 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] 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] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: