windowsforms-devexpress-dot-xtracharts-dot-designer-dot-barserieslabelmodel.md
Gets or sets the value of the BarSeriesLabel.Position within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public BarSeriesLabelPosition Position { get; set; }
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Position As BarSeriesLabelPosition
| Type | Description |
|---|---|
| BarSeriesLabelPosition |
The relative position of bar labels.
|
Available values:
| 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.
|
See Also