Enum ExcelDataLabelPosition
Represents the data label positioning.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelDataLabelPosition
Fields
Name | 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. |