dojox/charting/action2d/Shake (version 1.10)

dojox/charting/action2d/PlotAction

Summary

Create a shaking action for use on an element in a chart.

Usage

var foo = new Shake(chart,plot,kwArgs);
dojox/charting/action2d/Shake
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.

Property Summary

Method Summary

  • connect() Connect this action to the given plot.
  • destroy() Do any cleanup needed when destroying parent elements.
  • disconnect() Disconnect this action from the given plot, if connected.
  • emit(type,event)
  • on(type,listener)
  • process(o) Process the action on the given object.
  • reset() Reset the action.

Properties

defaultParams
optionalParams
overOutEvents

Methods

connect()

Connect this action to the given plot.

destroy()

Do any cleanup needed when destroying parent elements.

disconnect()

Disconnect this action from the given plot, if connected.

emit(type,event)
Defined by dojo/Evented
Parameter Type Description
type undefined
event undefined
Returns:undefined
on(type,listener)
Defined by dojo/Evented
Parameter Type Description
type undefined
listener undefined
Returns:undefined
process(o)

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.

reset()

Reset the action.

Error in the documentation? Can’t find what you are looking for? Let us know!