dojox/charting/action2d/Magnify (version 1.10)

dojox/charting/action2d/PlotAction

Summary

Create an action that magnifies the object the action is applied to.

Usage

var foo = new Magnify(chart,plot,kwArgs);
dojox/charting/action2d/Magnify
Parameter Type Description
chart dojox/charting/Chart

The chart this action belongs to.

plot String
Optional

The plot to apply the action to. If not passed, "default" is assumed.

kwArgs Object
Optional

Optional keyword arguments for this action.

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 magnifying action.

reset()

Reset the action.

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