PieLabelPosition Enum
Lists the values used to specify the position of pie labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
| Name | Description |
|---|---|
Inside
|
Specifies that point labels should be painted directly on the corresponding slice of a Pie chart.
|
Outside
|
Specifies that point labels should be painted outside a Pie chart, near the corresponding slice.
|
TwoColumns
|
Specifies that point labels should be painted outside a Pie chart and organized into two columns on the left and right to the Pie chart.
|
Remarks
The values listed by this enumeration are used to set the PieSeries.LabelPosition property.
See Also


