PieSeriesView.GetLabelPosition(SeriesLabelOptions) Method
In This Article
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 |
---|---|---|
label |
Series |
The Series |
#Returns
Type | Description |
---|---|
Pie |
The Pie |
See Also