Back to Devexpress

PieLabelPosition Enum

wpf-devexpress-dot-xpf-dot-charts-20f56e88.md

latest1.5 KB
Original Source

PieLabelPosition Enum

Lists the values used to specify the position of pie labels.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum PieLabelPosition
vb
Public Enum PieLabelPosition

Members

NameDescription
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

LabelPosition

DevExpress.Xpf.Charts Namespace