PieSeriesView.SetLabelPosition(SeriesLabelOptions, PieLabelPosition) Method
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 |
|---|---|---|
| labelOptions | SeriesLabelOptions | The SeriesLabelOptions object, to which the attached property value is written. |
| value | PieLabelPosition | The required PieLabelPosition enumeration value. |
See Also