2.24.3.75 CT_Series

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_PlotAreaRegion

A complex type<502> that specifies chart series layout and data reference information.

Child Elements:

tx: A CT_Text element<503> that specifies the series title.

spPr: A CT_ShapeProperties element ([ISO/IEC29500-4:2016] section A.4.1) element<504> that specifies the OfficeArt shape properties for the series.

valueColors: A CT_ValueColors element<505> that specifies the colors used to represent data values as a continuous gradient of colors.

valueColorPositions: A CT_ValueColorPositions element<506> that specifies the data values associated with colors at specific color stops within a continuous gradient of colors representing data values.

dataPt: A CT_DataPoint element<507> that specifies the formatting for an individual data point in the series.

dataLabels: A CT_DataLabels element<508> that specifies the formatting for the data labels on this series.

dataId: A CT_DataId element<509> that specifies the identifier of the data source for this series.

layoutPr: A CT_SeriesLayoutProperties element<510> that specifies the properties of the series layout.

axisId: An ST_AxisId element<511> that specifies the identifier of an axis for this series.

extLst: A CT_ExtensionList element<512> that specifies an extensibility container.

Attributes:

layoutId: An ST_SeriesLayout attribute<513> that specifies the layout type of this series.

hidden: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<514> that specifies whether this series is hidden from layout.

ownerIdx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<515> that specifies the index of the series that owns this series.

uniqueId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<516> that specifies a unique identifier for the series.

formatIdx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<517> that specifies the index of the format to use for default styling of this series.

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

 <xsd:complexType name="CT_Series">
   <xsd:sequence>
     <xsd:element name="tx" type="CT_Text" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="valueColors" type="CT_ValueColors" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="valueColorPositions" type="CT_ValueColorPositions" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="dataPt" type="CT_DataPoint" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="dataLabels" type="CT_DataLabels" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="dataId" type="CT_DataId" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="layoutPr" type="CT_SeriesLayoutProperties" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="axisId" type="ST_AxisId" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="layoutId" type="ST_SeriesLayout" use="required"/>
   <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="0"/>
   <xsd:attribute name="ownerIdx" type="xsd:unsignedInt" use="optional"/>
   <xsd:attribute name="uniqueId" type="xsd:string" use="optional"/>
   <xsd:attribute name="formatIdx" type="xsd:unsignedInt" use="optional"/>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).