DataLabelPosition
Constants which define the location at which a [[DataLabel]] is positioned.
Enumeration Members
Section titled "Enumeration Members"Above
Section titled "Above"The label is positioned above the associated data point.
Above = 8 Below
Section titled "Below"The label is positioned below the associated data point.
Below = 9 BestFit
Section titled "BestFit"The label is positioned where it best fits with relation to the associated pie slice.
BestFit = 10 Center
Section titled "Center"The label is centered with respect to the associated data point.
Center = 1 Custom
Section titled "Custom"The label's position is explicitly defined via the [[ChartTextAreaBase.left]] and [[ChartTextAreaBase.top]] properties.
Custom = 5 Default
Section titled "Default"The label position is not specified, and is determined automatically by Excel.
Default = 0 InsideBase
Section titled "InsideBase"The label's left edge coincides with the left edge of the series bar/line.
InsideBase = 2 InsideEnd
Section titled "InsideEnd"The label's right edge coincides with the right edge of the series bar/line.
InsideEnd = 3 The label is positioned to the left of the associated data point.
Left = 6 OutsideEnd
Section titled "OutsideEnd"The label's left edge coincides with the right edge of the series bar/line.
OutsideEnd = 4 Right
Section titled "Right"The label is positioned to the right of the associated data point.
Right = 7