XlDataLabelPosition Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates the position of data labels relative to the data markers.

public enum class XlDataLabelPosition
public enum XlDataLabelPosition
type XlDataLabelPosition = 
Public Enum XlDataLabelPosition
Inheritance
XlDataLabelPosition

Fields

xlLabelPositionAbove 0

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned above point.

xlLabelPositionBelow 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned below point.

xlLabelPositionBestFit 5

You should access and use this enumeration from the Excel primary interop assembly (PIA). Office application controls position of data label.

xlLabelPositionCenter -4108

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label centered on data point or inside bar or pie.

xlLabelPositionCustom 7

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label centered on data point or inside bar or pie.

xlLabelPositionInsideBase 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned arbitrarily.

xlLabelPositionInsideEnd 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned arbitrarily.

xlLabelPositionLeft -4131

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at bottom of bar or pie.

xlLabelPositionMixed 6

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at bottom of bar or pie.

xlLabelPositionOutsideEnd 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at top of bar or pie.

xlLabelPositionRight -4152

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at top of bar or pie.

Applies to