2.24.4.17 ST_RegionLabelLayout

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

Referenced by: CT_RegionLabelLayout

This simple type<598> specifies the layout type for region labels of a geospatial series.

Value

Meaning

none

Specifies that no region labels appear in a geospatial series.

bestFitOnly

Specifies that region labels only appear if they can fit in their respective containing geometries in a geospatial series.

showAll

Specifies that all region labels appear.

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

 <xsd:simpleType name="ST_RegionLabelLayout">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="none"/>
     <xsd:enumeration value="bestFitOnly"/>
     <xsd:enumeration value="showAll"/>
   </xsd:restriction>
 </xsd:simpleType>

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