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/axis2d/Base.js

  • Provides:

    • dojox.charting.axis2d.Base
  • Requires:

    • dojox.charting.Element in common
  • dojox.charting.axis2d.Base

    • type
      Function
    • chains:
      • dojox.charting.Element: (prototype)
      • dojox.charting.Element: (call)
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this axis belongs to.
      • kwArgs: (typeof dojox.charting.axis2d.__AxisCtorArgs)
        An optional arguments object to define the axis parameters.
    • summary
      The base class for any axis.  This is more of an interface/API
      definition than anything else; see dojox.charting.axis2d.Default
      for more details.
  • dojox.charting.axis2d.Base.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this axis belongs to.
      • kwArgs: (typeof dojox.charting.axis2d.__AxisCtorArgs)
        An optional arguments object to define the axis parameters.
    • summary
      Return a new base axis.
  • dojox.charting.axis2d.Base.clear

    • returns
      dojox.charting.axis2d.Base
    • summary
      Stub function for clearing the axis.
    • return_summary
      dojox.charting.axis2d.Base
      A reference to the axis for functional chaining.
    • type
      Function
  • dojox.charting.axis2d.Base.initialized

    • returns
      Boolean
    • summary
      Return a flag as to whether or not this axis has been initialized.
    • return_summary
      Boolean
      If the axis is initialized or not.
    • type
      Function
  • dojox.charting.axis2d.Base.calculate

    • parameters:
      • min
      • max
      • span
    • returns
      dojox.charting.axis2d.Base
    • summary
      Stub function to run the calcuations needed for drawing this axis.
    • return_summary
      dojox.charting.axis2d.Base
      A reference to the axis for functional chaining.
    • type
      Function
  • dojox.charting.axis2d.Base.getScaler

    • returns
      Object
    • summary
      A stub function to return the scaler object created during calculate.
    • return_summary
      Object
      The scaler object (see dojox.charting.scaler.linear for more information)
    • type
      Function
  • dojox.charting.axis2d.Base.getTicks

    • returns
      Object
    • summary
      A stub function to return the object that helps define how ticks are rendered.
    • return_summary
      Object
      The ticks object.
    • type
      Function
  • dojox.charting.axis2d.Base.getOffsets

    • returns
      Object
    • summary
      A stub function to return any offsets needed for axis and series rendering.
    • return_summary
      Object
      An object of the form { l, r, t, b }.
    • type
      Function
  • dojox.charting.axis2d.Base.render

    • parameters:
      • dim
      • offsets
    • returns
      dojox.charting.axis2d.Base
    • summary
      Stub function to render this axis.
    • return_summary
      dojox.charting.axis2d.Base
      A reference to the axis for functional chaining.
    • type
      Function
  • dojox.charting.axis2d.Base.dirty

    • type
      bool
  • dojox.charting.axis2d.Base.vertical

  • dojox.charting.axis2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object