XlDataLabelPosition Enumeration

Specifies where the data label is positioned.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration XlDataLabelPosition
'Usage
Dim instance As XlDataLabelPosition
public enum XlDataLabelPosition

Members

Member name Description
xlLabelPositionCenter Data label is centered on the data point or is inside a bar or pie chart.
xlLabelPositionAbove Data label is positioned above the data point.
xlLabelPositionBelow Data label is positioned below the data point.
xlLabelPositionLeft Data label is positioned to the left of the data point.
xlLabelPositionRight Data label is positioned to the right of the data point.
xlLabelPositionOutsideEnd Data label is positioned outside the data point at the top edge.
xlLabelPositionInsideEnd Data label is positioned inside the data point at the top edge.
xlLabelPositionInsideBase Data label is positioned inside the data point at the bottom edge.
xlLabelPositionBestFit 1st_Word12 sets the position of the data label.
xlLabelPositionMixed Data labels are in multiple positions.
xlLabelPositionCustom Data label is in a custom position.

See Also

Reference

Microsoft.Office.Interop.Word Namespace