PieSplitType
Overview
PieSplitType is a enum in Aspose.Slides FOSS for Python.
Represents a type of splitting points in the second pie or bar on a pie-of-pie or bar-of-pie chart.
Values
| Value | Description |
|---|---|
DEFAULT | Represents the default method of splitting pie chart slices |
CUSTOM | Represents a user-defined custom split configuration for pie chart slices |
BY_PERCENTAGE | Represents splitting pie slices based on percentage values |
BY_POS | Represents splitting pie slices according to their positional order |
BY_VALUE | Represents splitting pie slices based on the underlying data values |