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)
    • summary
      Return a new base axis.
    • 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.
    • source: [view]
        this.vertical = kwArgs && kwArgs.vertical;
  • dojox.charting.axis2d.Base.clear

    • type
      Function
    • source: [view]
        return this; // 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.
    • returns
      dojox.charting.axis2d.Base
  • dojox.charting.axis2d.Base.initialized

    • type
      Function
    • source: [view]
        return false; // 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.
    • returns
      Boolean
  • dojox.charting.axis2d.Base.calculate

    • type
      Function
    • parameters:
      • min: (typeof )
      • max: (typeof )
      • span: (typeof )
    • source: [view]
        return this; // 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.
    • returns
      dojox.charting.axis2d.Base
  • dojox.charting.axis2d.Base.getScaler

    • type
      Function
    • source: [view]
        return null; // 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)
    • returns
      Object
  • dojox.charting.axis2d.Base.getTicks

    • type
      Function
    • source: [view]
        return null; // Object
    • summary
      A stub function to return the object that helps define how ticks are rendered.
    • return_summary
      Object
      The ticks object.
    • returns
      Object
  • dojox.charting.axis2d.Base.getOffsets

    • type
      Function
    • source: [view]
        return {l: 0, r: 0, t: 0, b: 0}; // 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 }.
    • returns
      Object
  • dojox.charting.axis2d.Base.render

    • type
      Function
    • parameters:
      • dim: (typeof )
      • offsets: (typeof )
    • source: [view]
        this.dirty = false;
        return this; // 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.
    • returns
      dojox.charting.axis2d.Base
  • dojox.charting.axis2d.Base.dirty

    • summary
  • dojox.charting.axis2d.Base.vertical

    • summary
  • dojox.charting.axis2d

    • type
      Object
    • summary
  • dojox.charting

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary