Share via


FilteredSeriesTitle class

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

Inheritance hierarchy

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

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

Syntax

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

Remarks

2.3.38 filteredSeriesTitle

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

A CT_FilteredSeriesTitle element that specifies a chart ([ISO/IEC-29500-1] section 21.2) series 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="filteredSeriesTitle" type="CT_FilteredSeriesTitle"/>

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

2.5.63 CT_FilteredSeriesTitle

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

Referenced by: filteredSeriesTitle

A complex type that specifies a chart ([ISO/IEC-29500-1] section 21.2) series title that has been filtered from the chart ([ISO/IEC-29500-1] section 21.2) and the chart series ([ISO/IEC-29500-1] section 21.2) has an automatically generated title.

Child Elements:

tx: A CT_Tx ([ISO/IEC-29500-1] section 21.2.2.215) element that specifies text for a series name, without rich text formatting, 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_FilteredSeriesTitle">

<xsd:sequence>

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

FilteredSeriesTitle members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace