Skip to main content
A newer version of this page is available. .

BarLabelPosition Enum

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

Namespace: DevExpress.UI.Xaml.Charts

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

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