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 |
|
clusteredColumn |
|
funnel |
|
paretoLine |
|
regionMap |
This series is laid out as a region-based map, also known as a choropleth map. |
sunburst |
|
treemap |
|
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).