2.24.4.4 ST_DataLabelPos
- Article
-
-
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_DataLabel, CT_DataLabels
This
simple type<585> specifies data label position
options. Possible values are described in the following table.
Value
|
Meaning
|
bestFit
|
(Best
Fit) Specifies that data labels shall be displayed in the best position.
|
b
|
(Bottom)
Specifies that data labels shall be displayed below the data marker.
|
ctr
|
(Center)
Specifies that data labels shall be displayed centered on the data marker.
|
inBase
|
(Inside
Base) Specifies that data labels shall be displayed inside the base of the
data marker.
|
inEnd
|
(Inside
End) Specifies that data labels shall be displayed inside the end of the data
marker.
|
l
|
(Left)
Specifies that data labels shall be displayed to the left of the data marker.
|
outEnd
|
(Outside
End) Specifies that data labels shall be displayed outside the end of the
data marker.
|
r
|
(Right)
Specifies that data labels shall be displayed to the right of the data
marker.
|
t
|
(Top)
Specifies that data labels shall be displayed above the data marker.
|
The following W3C XML Schema ([XMLSCHEMA1/2]
section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_DataLabelPos">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="bestFit"/>
<xsd:enumeration value="b"/>
<xsd:enumeration value="ctr"/>
<xsd:enumeration value="inBase"/>
<xsd:enumeration value="inEnd"/>
<xsd:enumeration value="l"/>
<xsd:enumeration value="outEnd"/>
<xsd:enumeration value="r"/>
<xsd:enumeration value="t"/>
</xsd:restriction>
</xsd:simpleType>
See section 5.22 for the full
W3C XML Schema ([XMLSCHEMA1/2] section 2.1).