Share via


CategoryFilterExceptions class

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

Inheritance hierarchy

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

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

Syntax

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

Remarks

2.3.63 categoryFilterExceptions

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

categoryFilterExceptions is a CT_CategoryFilterExceptions element that contains a list of CT_CategoryFilterException entries. Each entry corresponds to a single data point in the chart series ([ISO/IEC-29500-1] section 21.2), that has been filtered out. Each entry specifies special formatting properties associated with that data point.

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

<xsd:element name="categoryFilterExceptions" type="CT_CategoryFilterExceptions"/>

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

2.5.104 CT_CategoryFilterExceptions

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

Referenced by: categoryFilterExceptions

CT_CategoryFilteredExceptions is a complex type that contains one or more entries of type CT_CategoryFilterException. Each entry specifies special formatting properties associated with a single data point in a chart series ([ISO/IEC-29500-1] section 21.2), that has been filtered out.

Child Elements:

categoryFilterException: It is a CT_CategoryFilterException element that specifies special formatting properties associated with a single data point in a chart series ([ISO/IEC-29500-1] section 21.2), which has been filtered out.

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

<xsd:complexType name="CT_CategoryFilterExceptions">

<xsd:sequence>

<xsd:element name="categoryFilterException" type="CT_CategoryFilterException" minOccurs="1" maxOccurs="unbounded"/>

</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

CategoryFilterExceptions members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace