2.24.4.15 ST_PosAlign
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_ChartTitle, CT_Legend
This simple type<596> specifies the side position alignment of a chart element. The side is specified by the ST_SidePos simple type. Possible values of ST_PosAlign are described in the following table.
Value |
Meaning |
---|---|
min |
|
ctr |
|
max |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_PosAlign"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="min"/> <xsd:enumeration value="ctr"/> <xsd:enumeration value="max"/> </xsd:restriction> </xsd:simpleType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).