BarDataLabelPosition Enum
Lists values that specify where bar data labels are displayed.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Center
|
Displays the label in the center of the bar. |
InsideBase
|
Displays the label inside the bar at the base value. |
InsideEnd
|
Displays the label inside the bar at the end value. |
OutsideEnd
|
Displays the label outside the bar at the end value. |
Default
|
Uses the default label position for the current chart type. |
Related API Members
The following properties accept/return BarDataLabelPosition values:
See Also