FilteredScatterSeries class
Defines the FilteredScatterSeries Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is c15:filteredScatterSeries.
Inheritance hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office15.Drawing.Chart.FilteredScatterSeries
Namespace: DocumentFormat.OpenXml.Office15.Drawing.Chart
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(ScatterChartSeries), FileFormatVersions.Office15)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class FilteredScatterSeries _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As FilteredScatterSeries
[ChildElementInfoAttribute(typeof(ScatterChartSeries), FileFormatVersions.Office15)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class FilteredScatterSeries : OpenXmlCompositeElement
Remarks
2.3.46 filteredScatterSeries
Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart
A CT_FilteredScatterSer element that specifies a chart scatter series ([ISO/IEC-29500-1] section 21.2.2.167) 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="filteredScatterSeries" type="CT_FilteredScatterSer"/>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.67 CT_FilteredScatterSer
Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart
Referenced by: filteredScatterSeries
A complex type that specifies a chart scatter series ([ISO/IEC-29500-1] section 21.2.2.167) that has been filtered from the chart ([ISO/IEC-29500-1] section 21.2).
Child Elements:
ser: A CT_ScatterSer ([ISO/IEC-29500-1] section 21.2.2.167) element that specifies a chart scatter series ([ISO/IEC-29500-1] section 21.2.2.167) 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_FilteredScatterSer">
<xsd:sequence>
<xsd:element name="ser" type="c:CT_ScatterSer" 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.