Share via


FilteredCategoryTitle class

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

Inheritance hierarchy

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(AxisDataSourceType), FileFormatVersions.Office15)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class FilteredCategoryTitle _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As FilteredCategoryTitle
[ChildElementInfoAttribute(typeof(AxisDataSourceType), FileFormatVersions.Office15)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class FilteredCategoryTitle : OpenXmlCompositeElement

Remarks

2.3.39 filteredCategoryTitle

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

A CT_FilteredCategoryTitle element 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.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.64 CT_FilteredCategoryTitle

Target namespace: https://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.

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.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread safety

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

See also

Reference

FilteredCategoryTitle members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace