dojox/charting/action2d/Base (version 1.10)

dojo/Evented

Summary

Base action class for plot and chart actions.

Usage

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

The chart this action applies to.

plot String | dojox/charting/plot2d/Base
Optional

Optional target plot for this action. Default is "default".

Method Summary

  • connect() Connect this action to the plot or the chart.
  • destroy() Do any cleanup needed when destroying parent elements.
  • disconnect() Disconnect this action from the plot or the chart.
  • emit(type,event)
  • on(type,listener)

Methods

connect()

Connect this action to the plot or the chart.

destroy()

Do any cleanup needed when destroying parent elements.

disconnect()

Disconnect this action from the plot or the chart.

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
Error in the documentation? Can’t find what you are looking for? Let us know!