Back to Devexpress

PieSeriesLabelPosition Enum

corelibraries-devexpress-dot-xtracharts-389074bf.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PieSeriesLabelPosition
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum PieSeriesLabelPosition

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryPieSeriesLabel.Position
WinForms ControlsPieSeriesLabelModel.Position

Remarks

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

See Also

DevExpress.XtraCharts Namespace