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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(PieSeriesLabelPositionTypeConverter))]
public enum PieSeriesLabelPosition
Members
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. |
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.