Skip to main content

PieSeriesView.GetLabelPosition(SeriesLabelOptions) Method

Gets the value of the PieSeriesView.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 PieLabelPosition GetLabelPosition(
    SeriesLabelOptions labelOptions
)

Parameters

Name Type Description
labelOptions SeriesLabelOptions

The SeriesLabelOptions object from which the property value is read.

Returns

Type Description
PieLabelPosition

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

See Also