PieSeriesView.SetLabelPosition(SeriesLabelOptions, PieLabelPosition) Method
In This Article
Sets the value of the PieSeriesView.LabelPosition attached property to the specified PieLabelPosition.
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,
PieLabelPosition value
)
#Parameters
Name | Type | Description |
---|---|---|
label |
Series |
The Series |
value | Pie |
The required Pie |
See Also