2.24.4.18 ST_SeriesLayout

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

Referenced by: CT_Series

This simple type<599> specifies series layout types. Possible values are described in the following table.

Value

Meaning

boxWhisker

The series is laid out as box and whisker.

clusteredColumn

The series is laid out as clustered columns.

funnel

This series is laid out as a funnel.

paretoLine

The series is laid out as pareto lines.

regionMap

This series is laid out as a region-based map, also known as a choropleth map.

sunburst

The series is laid out as a sunburst.

treemap

The series is laid out as a treemap.

waterfall

The series is laid out as a waterfall.

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

 <xsd:simpleType name="ST_SeriesLayout">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="boxWhisker"/>
     <xsd:enumeration value="clusteredColumn"/>
     <xsd:enumeration value="funnel"/>
     <xsd:enumeration value="paretoLine"/>
     <xsd:enumeration value="regionMap"/>
     <xsd:enumeration value="sunburst"/>
     <xsd:enumeration value="treemap"/>
     <xsd:enumeration value="waterfall"/>
   </xsd:restriction>
 </xsd:simpleType>

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