<ST_DLblPos>
(Data Label Position)
This simple type specifies the possible positions for a data label.
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 data labels shall be displayed below the data marker. |
|
Specifies that data labels shall be displayed in the best position. |
|
Specifies that data labels shall be displayed centered on the data marker. |
|
Specifies that data labels shall be displayed inside the base of the data marker. |
|
Specifies that data labels shall be displayed inside the end of the data marker. |
|
Specifies that data labels shall be displayed to the left of the data marker. |
|
Specifies that data labels shall be displayed outside the end of the data marker. |
|
Specifies that data labels shall be displayed to the right of the data marker. |
|
Specifies that data labels shall be displayed above the data marker. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_DLblPos">
<restriction base="xsd:string">
<enumeration value="bestFit"/>
<enumeration value="b"/>
<enumeration value="ctr"/>
<enumeration value="inBase"/>
<enumeration value="inEnd"/>
<enumeration value="l"/>
<enumeration value="outEnd"/>
<enumeration value="r"/>
<enumeration value="t"/>
</restriction>
</simpleType>