Skip to main content
A newer version of this page is available. .

PieLabelPosition Enum

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public enum PieLabelPosition

Members

Name Description
Inside

Specifies that point labels should be painted directly on the corresponding slice of a Pie chart.

PieLabelPosition - Inside

Outside

Specifies that point labels should be painted outside a Pie chart, near the corresponding slice.

PieLabelPosition - Outside

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.

PieLabelPosition - TwoColumns

Remarks

The values listed by this enumeration are used to set the PieSeries.LabelPosition property.

See Also