Skip to main content
A newer version of this page is available. .

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

Declaration

public enum PieSeriesLabelPosition

Members

Name Description
Inside

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

PieSeriesLabelPosition.Inside

TwoColumns

Related API Members

The following properties accept/return PieSeriesLabelPosition values:

Remarks

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

See Also