corelibraries-devexpress-dot-xtracharts-084d42bc.md
Lists the values used to specify the position of Bar labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum BarSeriesLabelPosition
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum BarSeriesLabelPosition
| Name | Description |
|---|---|
Auto |
Enables the algorithm which calculates the label position inside bars with respect to chart size.
|
| Top |
Labels are displayed above Bars.
|
| Center |
Labels are displayed in the center of Bars.
|
| TopInside |
Labels are displayed inside Bars, at the top.
|
| BottomInside |
Labels are displayed inside Bars, at the bottom.
|
The following properties accept/return BarSeriesLabelPosition values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | Bar3DSeriesLabel.Position |
| BarSeriesLabel.Position | |
| StackedBar3DSeriesLabel.Position | |
| WinForms Controls | Bar3DSeriesLabelModel.Position |
| BarSeriesLabelModel.Position | |
| StackedBar3DSeriesLabelModel.Position |
The values listed by the BarSeriesLabelPosition enumeration are used to set the BarSeriesLabel.Position property.
See Also