[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_LegendPos (Legend Position)
This simple type specifies the possible positions for a legend.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
b (Bottom) |
Specifies that the legend shall be drawn at the bottom of the chart. |
l (Left) |
Specifies that the legend shall be drawn at the left of the chart. |
r (Right) |
Specifies that the legend shall be drawn at the right of the chart. |
t (Top) |
Specifies that the legend shall be drawn at the top of the chart. |
tr (Top Right) |
Specifies that the legend shall be drawn at the top right of the chart. |
Referenced By |
legendPos@val (§5.7.2.96) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LegendPos">
<restriction base="xsd:string">
<enumeration value="b"/>
<enumeration value="tr"/>
<enumeration value="l"/>
<enumeration value="r"/>
<enumeration value="t"/>
</restriction>
</simpleType>