<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

<b> (Bottom)

Specifies that data labels shall be displayed below the data marker.

<bestFit> (Best Fit)

Specifies that data labels shall be displayed in the best position.

<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.

Referenced By

<dLblPos@val>5.7.2.48)

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>