Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PieLabelPosition Enum

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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