2.24.4.14 ST_ParentLabelLayout

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

Referenced by: CT_ParentLabelLayout

This simple type<595> specifies parent label layout types. Possible values are described in the following table.

Value

Meaning

none

No parent labels are shown.

banner

The parent label layout is a banner above the category.

overlapping

The parent label is laid out within the category.

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

 <xsd:simpleType name="ST_ParentLabelLayout">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="none"/>
     <xsd:enumeration value="banner"/>
     <xsd:enumeration value="overlapping"/>
   </xsd:restriction>
 </xsd:simpleType>

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