XlDataLabelPosition Enumeration
Office 2010
Specifies the position of data labels relative to the data markers.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
| Member name | Description | |
|---|---|---|
| xlLabelPositionCenter | Data label centered on data point or inside bar or pie chart. | |
| xlLabelPositionAbove | The data label is positioned above the data point. | |
| xlLabelPositionBelow | Data label positioned below point. | |
| xlLabelPositionLeft | The data label is positioned to the left of the data point. | |
| xlLabelPositionRight | The data label is positioned to the right of the data point. | |
| xlLabelPositionOutsideEnd | The data label is positioned outside the data point at the top edge. | |
| xlLabelPositionInsideEnd | The data label is positioned inside the data point at the top edge. | |
| xlLabelPositionInsideBase | The data label is positioned inside the data point at the bottom edge. | |
| xlLabelPositionBestFit | Office application controls position of data label. | |
| xlLabelPositionMixed | Data labels are in multiple positions. | |
| xlLabelPositionCustom | The data label is in a custom position. |
Show: