ExcelDataLabelPosition Enumeration
Represents the data label positioning.
Syntax
'Declaration Public Enum ExcelDataLabelPosition Inherits System.Enum
'Usage Dim instance As ExcelDataLabelPosition
public enum ExcelDataLabelPosition : System.Enum
Members
Member | Description |
---|---|
Above | Data label is positioned above the data point. Applies to Line, Bubble, or Scatter charts. |
Automatic | Default position. Applies to Pie charts. |
Below | Data label is positioned below the data point. Applies to Line, Bubble, or Scatter charts. |
BestFit | Excel 2007 sets the position of the data label. Applies to Pie charts. |
Center | Data label is centered on the data point or is inside a bar or pie chart. |
Inside | Data label is positioned inside the data point. Applies to Bar, Column, or Pie charts. |
Left | Data label is positioned to the left of the data point. Applies to Line, Bubble, or Scatter charts. |
Moved | Moved by user. |
Outside | Data label is positioned outside the data point. Applies to Bar or Column charts. |
OutsideBase | Data label is positioned outside the data point at the bottom edge. Applies to Bar or Column charts. |
Right | Data label is positioned to the right of the data point. Applies to Line, Bubble, or Scatter charts. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelDataLabelPosition
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also