Skip to main content
All docs
V19.2

BarSeriesLabelBehavior Enum

Lists values used to specify the behavior of bar labels.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public enum BarSeriesLabelBehavior

Members

Name Description
Cut

The bar labels are cut off from the view when the user scrolls the bar chart.

BarSeriesLabel.Behavior Cut

Moving

The bar label is visible at all times when the bar is visible.

BarSeriesLabel.Behavior Moving

Related API Members

The following properties accept/return BarSeriesLabelBehavior values:

Remarks

Use this enumeration’s values to set the BarSeriesLabel.Behavior property.

See Also