split_value property

split_value property

Returns or sets a value that shall be used 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_value(self):
    ...
@split_value.setter
def split_value(self, value):
    ...

See Also