Skip to main content
All docs
V26.1
  • ChartOfPieSplitType Enum

    Lists values that specify how points move to the secondary plot in an of-pie chart.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum ChartOfPieSplitType

    Members

    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.

    Related API Members

    The following properties accept/return ChartOfPieSplitType values:

    See Also