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.

This enumeration defines 5 values: DEFAULT, CUSTOM, BY_PERCENTAGE, BY_POS, BY_VALUE.

Values

ValueDescription
DEFAULTRepresents the default method of splitting pie chart slices
CUSTOMRepresents a user-defined custom split configuration for pie chart slices
BY_PERCENTAGERepresents splitting pie slices based on percentage values
BY_POSRepresents splitting pie slices according to their positional order
BY_VALUERepresents splitting pie slices based on the underlying data values

See Also