corelibraries-devexpress-dot-xtracharts-389074bf.md
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.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PieSeriesLabelPosition
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum PieSeriesLabelPosition
| Name | Description |
|---|---|
Inside |
Specifies that point labels should be painted directly on the corresponding slice of a Pie chart.
|
| Outside |
Specifies that point labels should be painted outside a Pie chart, near the corresponding slice.
|
| 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.
|
| Radial |
Specifies that point labels should be painted radially on the corresponding slices of a Pie chart.
|
| Tangent |
Specifies that point labels should be painted tangentially on the corresponding slices of a Pie chart.
|
The following properties accept/return PieSeriesLabelPosition values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PieSeriesLabel.Position |
| WinForms Controls | PieSeriesLabelModel.Position |
The values listed by this enumeration are used to set the PieSeriesLabel.Position property.
See Also