Class ExcelDataLabelPosition
Represents the data label positioning.
Inheritance
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelDataLabelPosition : Enum
Fields
Above
Data label is positioned above the data point. Applies to Line, Bubble, or Scatter charts.
Declaration
public const ExcelDataLabelPosition Above
Field Value
Type |
---|
ExcelDataLabelPosition |
Automatic
Default position. Applies to Pie charts.
Declaration
public const ExcelDataLabelPosition Automatic
Field Value
Type |
---|
ExcelDataLabelPosition |
Below
Data label is positioned below the data point. Applies to Line, Bubble, or Scatter charts.
Declaration
public const ExcelDataLabelPosition Below
Field Value
Type |
---|
ExcelDataLabelPosition |
BestFit
Excel 2007 sets the position of the data label. Applies to Pie charts.
Declaration
public const ExcelDataLabelPosition BestFit
Field Value
Type |
---|
ExcelDataLabelPosition |
Center
Data label is centered on the data point or is inside a bar or pie chart.
Declaration
public const ExcelDataLabelPosition Center
Field Value
Type |
---|
ExcelDataLabelPosition |
Inside
Data label is positioned inside the data point. Applies to Bar, Column, or Pie charts.
Declaration
public const ExcelDataLabelPosition Inside
Field Value
Type |
---|
ExcelDataLabelPosition |
Left
Data label is positioned to the left of the data point. Applies to Line, Bubble, or Scatter charts.
Declaration
public const ExcelDataLabelPosition Left
Field Value
Type |
---|
ExcelDataLabelPosition |
Moved
Moved by user.
Declaration
public const ExcelDataLabelPosition Moved
Field Value
Type |
---|
ExcelDataLabelPosition |
Outside
Data label is positioned outside the data point. Applies to Bar or Column charts.
Declaration
public const ExcelDataLabelPosition Outside
Field Value
Type |
---|
ExcelDataLabelPosition |
OutsideBase
Data label is positioned outside the data point at the bottom edge. Applies to Bar or Column charts.
Declaration
public const ExcelDataLabelPosition OutsideBase
Field Value
Type |
---|
ExcelDataLabelPosition |
Right
Data label is positioned to the right of the data point. Applies to Line, Bubble, or Scatter charts.
Declaration
public const ExcelDataLabelPosition Right
Field Value
Type |
---|
ExcelDataLabelPosition |