Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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