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

PieSeriesLabelPosition Enum

Lists values that specify the position of pie slice labels relative to the pie diagram.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

#Declaration

C#
public enum PieSeriesLabelPosition

#Members

Name Description
Inside

Point labels are painted directly on the corresponding slice of a pie chart.

PieSeriesLabelPosition.Inside

TwoColumns

Point labels are painted outside a pie chart and organized into two columns on the left and right of the pie chart.

PieSeriesLabelPosition.TwoColums

#Related API Members

The following properties accept/return PieSeriesLabelPosition values:

#Remarks

Use this enumeration’s values to set the PieSeriesLabel.Position property.

See Also