Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarSeriesLabelBase.Behavior Property

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

#Declaration

C#
public BarSeriesLabelBase.BarSeriesLabelBehavior Behavior { get; set; }

#Property Value

Type Default Description
BarSeriesLabelBase.BarSeriesLabelBehavior Moving

A BarSeriesLabelBase.BarSeriesLabelBehavior enumeration value.

Available values:

Name
Cut
Moving

#Remarks

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:

  • Cut — partially or fully hidden from view when the user scrolls the bar chart. The labels keep their preset “Inside” or “Outside” position at all times.
  • Moving — visible as long as the bar is visible. If a label is originally positioned outside of the bar, it will switch its position to “Inside” and move along the bar when the user scrolls the bar chart. If a label has been positioned inside the bar, it will switch its position to “Outside” and be visible as long as the bar is visible on the chart when the user scrolls the bar chart.

Property Value

Label Position

Cut

BarSeriesLabel Behavior Cut

Moving

BarSeriesLabel Behavior Moving

See Also