Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/charting/action2d/Base.js

  • Provides:

    • dojox.charting.action2d.Base
  • Requires:

    • dojo.fx.easing in common
    • dojox.lang.functional.object in common
    • dojox.gfx.fx in common
  • dojox.charting.action2d.Base

    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this action applies to.
      • plot: (typeof String)
        The name of the plot this action belongs to.  If none is passed "default" is assumed.
      • kwargs: (typeof dojox.charting.action2d.__BaseCtorArgs)
        Optional arguments for the action.
    • summary
      Create a new base Action.
  • dojox.charting.action2d.Base.overOutEvents

    • type
      Object
  • dojox.charting.action2d.Base.overOutEvents.onmouseover

    • type
      Number
  • dojox.charting.action2d.Base.overOutEvents.onmouseout

    • type
      Number
  • dojox.charting.action2d.Base.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this action applies to.
      • plot: (typeof String)
        The name of the plot this action belongs to.  If none is passed "default" is assumed.
      • kwargs: (typeof dojox.charting.action2d.__BaseCtorArgs)
        Optional arguments for the action.
    • summary
      Create a new base Action.
  • dojox.charting.action2d.Base.connect

    • summary
      Connect this action to the given plot.
    • type
      Function
  • dojox.charting.action2d.Base.handle

    • type
      Object
  • dojox.charting.action2d.Base.disconnect

    • summary
      Disconnect this action from the given plot, if connected.
    • type
      Function
  • dojox.charting.action2d.Base.reset

    • summary
      Reset the action.
    • type
      Function
  • dojox.charting.action2d.Base.destroy

    • summary
      Do any cleanup needed when destroying parent elements.
    • type
      Function
  • dojox.charting.action2d.Base.anim

    • type
      Object
  • dojox.charting.action2d.Base.chart

    • type
      dojox.charting.Chart2D
    • summary
      The chart this action applies to.
  • dojox.charting.action2d.Base.plot

    • optional
    • type
      String
    • summary
      The name of the plot this action belongs to.  If none is passed "default" is assumed.
      kwargs: dojox.charting.action2d.__BaseCtorArgs?
      Optional arguments for the action.
  • dojox.charting.action2d.Base.duration

  • dojox.charting.action2d.Base.easing

  • dojox.charting.action2d.__BaseCtorArgs

    • type
      Object
  • dojo.fx.easing.backOut

    • alias - dojo.fx.easing.backOut
  • dojox.lang.functional

    • alias - dojox.lang.functional
  • dojox.charting.action2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object