Skip to main content

BarLabelPosition Enum

Lists the values used to specify the position of Bar labels.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum BarLabelPosition

Members

Name Description
Outside

The label is displayed outside the bar (on top for positive values, and on the bottom for negative values).

Center

The label is displayed in the center of the bar.

Remarks

The values listed by the BarLabelPosition enumeration are used to set the SideBySideBarSeriesView.LabelPosition property.

See Also