XlDataLabelPosition Enum

Definition

Specifies where the data label is positioned.

C#
public enum XlDataLabelPosition
Inheritance
XlDataLabelPosition

Fields

Name Value Description
xlLabelPositionRight -4152

Data label is positioned to the right of the data point.

xlLabelPositionLeft -4131

Data label is positioned to the left of the data point.

xlLabelPositionCenter -4108

Data label is centered on the data point or is inside a bar or pie chart.

xlLabelPositionAbove 0

Data label is positioned above the data point.

xlLabelPositionBelow 1

Data label is positioned below the data point.

xlLabelPositionOutsideEnd 2

Data label is positioned outside the data point at the top edge.

xlLabelPositionInsideEnd 3

Data label is positioned inside the data point at the top edge.

xlLabelPositionInsideBase 4

Data label is positioned inside the data point at the bottom edge.

xlLabelPositionBestFit 5

1st_Word12 sets the position of the data label.

xlLabelPositionMixed 6

Data labels are in multiple positions.

xlLabelPositionCustom 7

Data label is in a custom position.

Applies to

Product Versions
Word primary interop assembly Latest