Aspose::Cells::Charts::ChartSplitType enum

ChartSplitType enum

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

enum class ChartSplitType

Values

NameValueDescription
Position0
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.
Value1
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.
PercentValue2
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.
Custom3
Represents the data points shall be split between the pie and the second chart according to the Custom Split values.
Auto4(Deprecated - Use Series.IsAutoSplit property instead. )
Represents the data points shall be split using the default mechanism for this chart type.

See Also