Represents a type of splitting points in the second pie or bar
on a pie-of-pie or bar-of-pie chart.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxPublic Enumeration PieSplitType
public enum class PieSplitType
Members
| Member name | Value | Description |
---|
| Default | 0 |
Specifies the data points shall be split using the default
mechanism for this chart type.
|
| Custom | 1 |
Specifies the data points shall be split between the
pie and the second chart according to the Custom Split values.
|
| ByPercentage | 2 |
Specifies 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.
|
| ByPos | 3 |
Specifies 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.
|
| ByValue | 4 |
Specifies 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.
|
See Also