maui-devexpress-dot-maui-dot-charts-dot-barserieslabelbase-3ba95f49.md
Gets or sets the behavior of series labels relative to bars. This is a bindable property.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public BarSeriesLabelBase.BarSeriesLabelBehavior Behavior { get; set; }
| Type | Default | Description |
|---|---|---|
| BarSeriesLabelBase.BarSeriesLabelBehavior | Moving |
A BarSeriesLabelBase.BarSeriesLabelBehavior enumeration value.
|
Available values:
| Name |
|---|
| Cut |
| Moving |
Use the Behavior property to specify how the series labels should behave when a user is scrolling the bar chart.
The bar labels can be:
|
Property Value
|
Label Position
| | --- | --- | |
Cut
|
| |
Moving
|
|
See Also