Skip to main content

PieLabelPosition Enum

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum PieLabelPosition

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 to the left and right of the Pie chart.

Remarks

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

See Also