explosion property

explosion property

The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.

Definition:

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

See Also