Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public enum OfPieSplitType

#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 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.

#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.

See Also