Skip to main content

PieSeriesLabel.Position Property

Gets or sets the position of labels relative to the pie diagram.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public PieSeriesLabelPosition Position { get; set; }

#Property Value

Type Description
PieSeriesLabelPosition

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

Available values:

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

#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.

PieSeriesLabelPosition Inside

TwoColumns

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

PieSeriesLabelPosition TwoColumns

See Also