Enum Excel2007DataLabelPos
Represents the data label positioning.
public enum Excel2007DataLabelPos
Fields
b = 5
Specifies that data labels shall be displayed below the data marker.
bestFit = 8
Specifies that data labels shall be displayed in the best position.
ctr = 0
Specifies that data labels shall be displayed centered on the data marker.
inBase = 1
Specifies that data labels shall be displayed inside the base of the data marker.
inEnd = 2
Specifies that data labels shall be displayed inside the end of the data marker.
l = 6
Specifies that data labels shall be displayed to the left of the data marker.
outEnd = 3
Specifies that data labels shall be displayed outside the end of the data marker.
r = 7
Specifies that data labels shall be displayed to the right of the data marker.
t = 4
Specifies that data labels shall be displayed above the data marker.}