DataLabelPosition Enum
Lists values used to specify the position of data labels on the chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return DataLabelPosition values:
Remarks
The values listed by this enumeration are used to set the DataLabelBase.LabelPosition property.