BarLabelPosition Enum
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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