PieSeriesView.LabelPosition Attached Property
In This Article
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 |
---|---|
Pie |
A Pie |
#Remarks
Refer to the PieLabelPosition enumeration’s description for a list of the available label positions.
See Also