pie_split_position property

pie_split_position property

Specifies 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. Is used together with PieSplitBy property. Read/write float.

Definition:

@property
def pie_split_position(self):
    ...

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

See Also