SideBySideBarSeriesView.SetLabelPosition(SeriesLabelOptions, BarLabelPosition) Method
In This Article
Sets the value of the SideBySideBarSeriesView.LabelPosition attached property to the specified BarLabelPosition value.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static void SetLabelPosition(
SeriesLabelOptions labelOptions,
BarLabelPosition value
)
#Parameters
Name | Type | Description |
---|---|---|
label |
Series |
The Series |
value | Bar |
The required Bar |
See Also