pie_split_by property

pie_split_by property

Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Read/write PieSplitType.

Definition:

@property
def pie_split_by(self):
    ...

@pie_split_by.setter
def pie_split_by(self, value):
    ...

See Also