Enum ChartSplitType

Enum ChartSplitType

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split.

public enum ChartSplitType

Fields

Custom = 3

Represents the data points shall be split between the pie and the second chart according to the Custom Split values.

PercentValue = 2

Represents the data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart.

Position = 0

Represents the data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart

Value = 1

Represents the data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart.