Skip to main content
All docs
V26.1
  • ChartOfPieView.SplitType Property

    Gets or sets the split mode for points in the of-pie chart.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartOfPieSplitType SplitType { get; set; }

    Property Value

    Type Description
    ChartOfPieSplitType

    The split mode for data points in the chart-of-pie view. The default value is Auto.

    Available values:

    Name Description
    Auto

    Automatically splits points based on their values.

    Custom
    Percent

    Specifies that, in a Pie of Pie or Bar of Pie chart, data points with percentages below the value specified by the SplitPosition property are placed in the secondary chart.

    Position

    Specifies that, in a Pie of Pie or Bar of Pie chart, the number of data points defined by the SplitPosition property are taken from the end of the series and placed in the secondary chart.

    Value

    Specifies that, in a Pie of Pie or Bar of Pie chart, data points with values less than the value specified by the SplitPosition property are placed in the secondary chart.

    See Also