Skip to main content

BarLabelPosition Enum

Lists values that specify the position for Bar labels.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum BarLabelPosition

Members

Name Description Image
Outside

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

Labels are outside of bars

Center

The label is displayed in the center of the bar.

Labels are in the center of bars

Related API Members

The following properties accept/return BarLabelPosition values:

See Also