SideBySideBarSeriesView.LabelPosition Attached Property
Gets or sets a value that specifies the position of bar labels relative to the corresponding bars.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
See GetLabelPosition(SeriesLabelOptions) and SetLabelPosition(SeriesLabelOptions, BarLabelPosition).
Returns
Type | Description |
---|---|
BarLabelPosition | A BarLabelPosition enumeration value. |
See Also