Click or drag to resize

Excel2007DataLabelPos Enumeration

Represents the data label positioning.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum Excel2007DataLabelPos
Members
Member name Value Description
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.}
See Also