<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 |
---|---|
|
Specifies that the legend shall be drawn at the bottom of the chart. |
|
Specifies that the legend shall be drawn at the left of the chart. |
|
Specifies that the legend shall be drawn at the right of the chart. |
|
Specifies that the legend shall be drawn at the top of the chart. |
|
Specifies that the legend shall be drawn at the top right of the chart. |
Referenced By |
---|
|
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>