doughnut_hole_size property

doughnut_hole_size property

Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents of the size of the plot area.). Read/write int.

Definition:

@property
def doughnut_hole_size(self):
    ...

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

See Also