FilteredLineSeriesExtension class
Defines the FilteredLineSeriesExtension Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is c15:filteredLineSeries.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension
Namespace: DocumentFormat.OpenXml.Office2013.Drawing.Chart
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.43 filteredLineSeries
Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart
A CT_FilteredLineSer element<102> that specifies a chart line series ([ISO/IEC-29500-1] section 21.2.2.171) 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="filteredLineSeries" type="CT_FilteredLineSer"/>
See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.66 CT_FilteredLineSer
Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart
Referenced by: filteredLineSeries
A complex type that specifies a chart line series ([ISO/IEC-29500-1] section 21.2.2.171) that has been filtered from the chart ([ISO/IEC-29500-1] section 21.2).<134>
Child Elements:
ser: A CT_LineSer ([ISO/IEC-29500-1] section 21.2.2.171) element that specifies a chart line series ([ISO/IEC-29500-1] section 21.2.2.171) 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_FilteredLineSer">
<xsd:sequence>
<xsd:element name="ser" type="c:CT_LineSer" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).