Skip to main content

PieLabelPosition Enum

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

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.

Related API Members

The following properties accept/return PieLabelPosition values:

Remarks

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

See Also