dojox/charting/action2d/PlotAction (version 1.10)

dojox/charting/action2d/Base

Summary

Base action class for plot actions.

Usage

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

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)
  • reset() Reset the action.

Properties

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
reset()

Reset the action.

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