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

PieSeriesLabelPosition Enum

Lists the values used to specify the position of pie slice labels relative to each other and the pie diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(PieSeriesLabelPositionTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PieSeriesLabelPosition

Members

Name Description
Inside

Specifies that point labels should be painted directly on the corresponding slice of a Pie chart.

PieSeriesLabelPosition_Inside.gif

Outside

Specifies that point labels should be painted outside a Pie chart, near the corresponding slice.

PieSeriesLabelPosition_Outside.gif

TwoColumns

Specifies that point labels should be painted outside a Pie chart and organized into two columns on the left and right of the Pie chart.

PieSeriesLabelPosition_TwoColumns.gif

Radial

Specifies that point labels should be painted radially on the corresponding slices of a Pie chart.

PieSeriesLabelPosition_Radial.gif

Tangent

Specifies that point labels should be painted tangentially on the corresponding slices of a Pie chart.

PieSeriesLabelPosition_Tangent.gif

Related API Members

The following properties accept/return PieSeriesLabelPosition values:

Library Related API Members
Cross-Platform Class Library PieSeriesLabel.Position
WinForms Controls PieSeriesLabelModel.Position

Remarks

The values listed by this enumeration are used to set the PieSeriesLabel.Position property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PieSeriesLabelPosition enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also