officefileapi-devexpress-dot-spreadsheet-dot-charts-10e227f0.md
Lists values used to specify the position of data labels on the chart.
Namespace : DevExpress.Spreadsheet.Charts
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum DataLabelPosition
Public Enum DataLabelPosition
| Name | Description |
|---|---|
Default |
Specifies that data labels should be displayed at the default location.
|
| Left |
Specifies that data labels should be displayed to the left of the data markers.
|
| Top |
Specifies that data labels should be displayed above the data markers.
|
| Right |
Specifies that data labels should be displayed to the right of the data markers.
|
| Bottom |
Specifies that data labels should be displayed below the data markers.
|
| Center |
Specifies that data labels should be displayed in the center of the data markers.
|
| BestFit |
Specifies that data labels should be displayed in the best location.
|
| InsideBase |
Specifies that data labels should be displayed inside the base of the data markers.
|
| InsideEnd |
Specifies that data labels should be displayed inside the end of the data markers.
|
| OutsideEnd |
Specifies that data labels should be displayed outside the end of the data markers.
|
The following properties accept/return DataLabelPosition values:
The values listed by this enumeration are used to set the DataLabelBase.LabelPosition property.
See Also