Back to Devexpress

PieSeriesLabelPosition Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-3c7166db.md

latest1.4 KB
Original Source

PieSeriesLabelPosition Enum

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

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum PieSeriesLabelPosition

Members

NameDescription
Inside

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

| | TwoColumns |

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

|

The following properties accept/return PieSeriesLabelPosition values:

Remarks

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

See Also

DevExpress.XamarinForms.Charts Namespace