dojox/charting/plot3d/Base.js

  • Provides:

    • dojox.charting.plot3d.Base
  • Requires:

    • dojox.charting.Chart3D in common
  • dojox.charting.plot3d.Base

    • type
      Function
    • parameters:
      • width: (typeof )
      • height: (typeof )
      • kwArgs: (typeof )
    • source: [view]
        this.width = width;
        this.height = height;
    • summary
  • dojox.charting.plot3d.Base.setData

    • type
      Function
    • parameters:
      • data: (typeof )
    • source: [view]
        this.data = data ? data : [];
        return this;
    • summary
  • dojox.charting.plot3d.Base.getDepth

    • type
      Function
    • source: [view]
        return this.depth;
    • summary
  • dojox.charting.plot3d.Base.generate

    • type
      Function
    • parameters:
      • chart: (typeof )
      • creator: (typeof )
    • source: [view]
    • summary
  • dojox.charting.plot3d.Base.data

    • summary
  • dojox.charting.plot3d.Base.width

    • summary
  • dojox.charting.plot3d.Base.height

    • summary
  • dojox.charting.plot3d

    • type
      Object
    • summary
  • dojox.charting

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary