XlDataLabelPosition enumeration
Office 2013 and later
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlLabelPositionCenter | 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. | |
| xlLabelPositionAbove | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned above point. | |
| xlLabelPositionBelow | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned below point. | |
| xlLabelPositionLeft | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at bottom of bar or pie. | |
| xlLabelPositionRight | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at top of bar or pie. | |
| xlLabelPositionOutsideEnd | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at top of bar or pie. | |
| xlLabelPositionInsideEnd | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned arbitrarily. | |
| xlLabelPositionInsideBase | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned arbitrarily. | |
| xlLabelPositionBestFit | You should access and use this enumeration from the Excel primary interop assembly (PIA). Office application controls position of data label. | |
| xlLabelPositionMixed | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label positioned at bottom of bar or pie. | |
| xlLabelPositionCustom | 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. |
Show: