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/Magnify.js

  • Provides:

    • dojox.charting.action2d.Magnify
  • Requires:

    • dojox.charting.action2d.Base in common
    • dojox.gfx.matrix in common
    • dojo.fx in common
  • dojox.charting.action2d.__MagnifyCtorArgs

    • type
      Function
    • chains:
      • dojox.charting.action2d.__BaseCtorArgs: (prototype)
      • dojox.charting.action2d.__BaseCtorArgs: (call)
    • summary
      Additional arguments for highlighting actions.
  • dojox.charting.action2d.__MagnifyCtorArgs.scale

    • optional
    • type
      Number
    • summary
      The amount to magnify the given object to.  Default is 2.
  • dojox.charting.action2d.Magnify

    • type
      Function
    • chains:
      • dojox.charting.action2d.Base: (prototype)
      • dojox.charting.action2d.Base: (call)
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this action belongs to.
      • plot: (typeof String)
        The plot to apply the action to. If not passed, "default" is assumed.
      • kwArgs: (typeof dojox.charting.action2d.__MagnifyCtorArgs)
        Optional keyword arguments for this action.
    • summary
      Create an action that magnifies the object the action is applied to.
  • dojox.charting.action2d.Magnify.defaultParams

    • type
      Object
  • dojox.charting.action2d.Magnify.defaultParams.duration

    • type
      Number
  • dojox.charting.action2d.Magnify.defaultParams.easing

    • alias - dojo.fx.easing.backOut
  • dojox.charting.action2d.Magnify.defaultParams.scale

    • alias - DEFAULT_SCALE
  • dojox.charting.action2d.Magnify.optionalParams

    • type
      Object
  • dojox.charting.action2d.Magnify.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this action belongs to.
      • plot: (typeof String)
        The plot to apply the action to. If not passed, "default" is assumed.
      • kwArgs: (typeof dojox.charting.action2d.__MagnifyCtorArgs)
        Optional keyword arguments for this action.
    • summary
      Create the magnifying action.
  • dojox.charting.action2d.Magnify.process

    • parameters:
      • o: (typeof dojox.gfx.Shape)
        The object on which to process the magnifying action.
    • summary
      Process the action on the given object.
    • type
      Function
  • dojox.charting.action2d.Magnify.scale

  • dojox.gfx.matrix

    • alias - dojox.gfx.matrix
  • dojox.gfx.fx

    • alias - dojox.gfx.fx
  • dojox.charting.action2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object