OfPieSplitType Enum
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.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
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 Chart |
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 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 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 Chart |
#Related API Members
The following properties accept/return OfPieSplitType values:
#Remarks
The values listed by this enumeration are used to set the ChartView.SplitType property.