dojox/charting/action2d/ChartAction (version 1.10)

dojox/charting/action2d/Base

Summary

Base action class for chart actions.

Usage

var foo = new ChartAction(chart,plot);
dojox/charting/action2d/ChartAction
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 chart action. Default is "default".

Method Summary

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

Methods

connect()

Connect this action to the chart.

destroy()

Do any cleanup needed when destroying parent elements.

disconnect()

Disconnect this action from 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!