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