Base action class for plot actions.
| Parameter | Type | Description |
|---|---|---|
| chart | dojox/charting/Chart | The chart this action applies to. |
| plot | String |
Optional The name of the plot this action belongs to. If none is passed "default" is assumed. |
| kwargs | Object |
Optional Optional arguments for the action. |
Do any cleanup needed when destroying parent elements.
Disconnect this action from the given plot, if connected.
| Parameter | Type | Description |
|---|---|---|
| type | undefined | |
| listener | undefined |