split_type property

split_type property

Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart.

Definition:

@property
def split_type(self):
    ...
@split_type.setter
def split_type(self, value):
    ...

See Also