FilteredSurfaceSeries class

Office 2013 and later

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

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

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.47 filteredSurfaceSeries

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

A CT_FilteredSurfaceSer element<106> that specifies a chart surface series ([ISO/IEC-29500-1] section 21.2.2.173) 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="filteredSurfaceSeries" type="CT_FilteredSurfaceSer"/>

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

2.5.85 CT_FilteredSurfaceSer

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

Referenced by: filteredSurfaceSeries

The CT_FilteredSurfaceSer complex type specifies a chart surface series ([ISO/IEC-29500-1] section 21.2.2.173) that has been filtered from the chart ([ISO/IEC-29500-1] section 21.2).<146>

Child Elements:

ser: A CT_SurfaceSer ([ISO/IEC-29500-1] section 21.2.2.173) element that specifies a chart area series ([ISO/IEC-29500-1] section 21.2.2.173) 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 complex type.

<xsd:complexType name="CT_FilteredSurfaceSer">

<xsd:sequence>

<xsd:element name="ser" type="c:CT_SurfaceSer" 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: