Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("F11B2572-8FF8-44AE-9876-AEF9A8B749A8")> _
Public Enumeration XlDataLabelPosition
'Usage
Dim instance As XlDataLabelPosition
[GuidAttribute("F11B2572-8FF8-44AE-9876-AEF9A8B749A8")]
public enum XlDataLabelPosition
Members
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. |