Back to Devexpress

PieSeriesLabel.Position Property

maui-devexpress-dot-maui-dot-charts-dot-pieserieslabel.md

latest2.0 KB
Original Source

PieSeriesLabel.Position Property

Gets or sets the position of labels relative to the pie diagram. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public PieSeriesLabelPosition Position { get; set; }

Property Value

TypeDefaultDescription
PieSeriesLabelPositionTwoColumns

A PieSeriesLabelPosition enumeration value which specifies the position of labels relative to the pie diagram.

|

Available values:

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.

|

Remarks

Use the Position property to specify where series point labels should be painted.

|

Position

|

Description

| | --- | --- | |

Inside

|

Labels are painted directly on the corresponding slices of a pie chart.

| |

TwoColumns

|

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

|

See Also

PieSeriesLabel Class

PieSeriesLabel Members

DevExpress.Maui.Charts Namespace