explosion property

explosion property

Specifies the amount the data point shall be moved from the center of the pie. Read/write int.

Definition:

@property
def explosion(self):
    ...

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

See Also