Skip to main content

SideBySideBarSeriesView.GetLabelPosition(SeriesLabelOptions) Method

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
labelOptions SeriesLabelOptions

The SeriesLabelOptions object from which the property value is read.

Returns

Type Description
BarLabelPosition

The BarLabelPosition value, which specifies the position of the series label.

See Also