Back to Devexpress

BarSeriesLabelModel.Position Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-barserieslabelmodel.md

latest2.2 KB
Original Source

BarSeriesLabelModel.Position Property

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

Declaration

csharp
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public BarSeriesLabelPosition Position { get; set; }
vb
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Position As BarSeriesLabelPosition

Property Value

TypeDescription
BarSeriesLabelPosition

The relative position of bar labels.

|

Available values:

NameDescription
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

BarSeriesLabelModel Class

BarSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace