officefileapi-devexpress-dot-spreadsheet-dot-charts-1055cae8.md
Lists values used to specify the possible ways to split a Pie of Pie or Bar of Pie chart.
Namespace : DevExpress.Spreadsheet.Charts
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum OfPieSplitType
Public Enum OfPieSplitType
| Name | Description |
|---|---|
Auto |
Specifies that the data points should be automatically split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type.
|
| Custom |
Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type according to the values defined by the ChartView.SecondPiePoints property.
|
| Percent |
Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type by placing the data points with percentage less than percent value defined by the ChartView.SplitPosition property in the second chart.
|
| Position |
Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type by placing the last data points, whose number is defined by the ChartView.SplitPosition property, in the second chart.
|
| Value |
Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type by placing the data points, whose values are less than the value defined by the ChartView.SplitPosition property, in the second chart.
|
The following properties accept/return OfPieSplitType values:
The values listed by this enumeration are used to set the ChartView.SplitType property.
See Also