SideBySideBarSeriesView.SetLabelPosition(SeriesLabelOptions, BarLabelPosition) Method
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 |
---|---|---|
labelOptions | SeriesLabelOptions | The SeriesLabelOptions object, to which the attached property value is written. |
value | BarLabelPosition | The required BarLabelPosition enumeration value. |
See Also