Create an action for a pie chart that moves and scales a pie slice.
| Parameter | Type | Description |
|---|---|---|
| chart | dojox/charting/Chart | The chart this action belongs to. |
| plot | String |
Optional The plot this action is attached to. If not passed, "default" is assumed. |
| kwArgs | Object |
Optional Optional keyword arguments object for setting parameters. |
Do any cleanup needed when destroying parent elements.
Disconnect this action from the given plot, if connected.
| Parameter | Type | Description |
|---|---|---|
| type | undefined | |
| listener | undefined |
Process the action on the given object.
| Parameter | Type | Description |
|---|---|---|
| o | dojox/gfx/shape.Shape | The object on which to process the slice moving action. |