PieSeriesView.LabelPosition Attached Property
Gets or sets the label’s position in reference to the pie series point’s slice.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
See GetLabelPosition(SeriesLabelOptions) and SetLabelPosition(SeriesLabelOptions, PieLabelPosition).
Returns
Type | Description |
---|---|
PieLabelPosition | A PieLabelPosition enumeration value determining the position of a label in reference to its series point’s slice. |
Remarks
Refer to the PieLabelPosition enumeration’s description for a list of the available label positions.
See Also