Expand Minimize
This topic has not yet been rated - Rate this topic

XlDataLabelPosition Enumeration 

Specifies where the data label is positioned.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Usage
Dim xlDataLabelPosition1 As XlDataLabelPosition = XlDataLabelPosition.xlLabelPositionAbove

public enum class XlDataLabelPosition
public enum XlDataLabelPosition
public enum XlDataLabelPosition
Member nameDescription
xlLabelPositionAboveData label above point.
xlLabelPositionBelowData label below point.
xlLabelPositionBestFitExcel controls position of data label.
xlLabelPositionCenterData label centered on data point or inside bar or pie.
xlLabelPositionCustomData label centered on data point or inside bar or pie.
xlLabelPositionInsideBaseData label positioned arbitrarily.
xlLabelPositionInsideEndData label positioned arbitrarily.
xlLabelPositionLeftData label positioned at bottom of bar or pie.
xlLabelPositionMixedData label positioned at bottom of bar or pie.
xlLabelPositionOutsideEndData label positioned at top of bar or pie.
xlLabelPositionRightData label positioned at top of bar or pie.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.