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/plot2d/Columns.js

  • Provides:

    • dojox.charting.plot2d.Columns
  • Requires:

    • dojox.charting.plot2d.common in common
    • dojox.charting.plot2d.Base in common
    • dojox.gfx.fx in common
    • dojox.lang.utils in common
    • dojox.lang.functional in common
    • dojox.lang.functional.reversed in common
  • dojox.charting.plot2d.Columns

    • type
      Function
    • chains:
      • dojox.charting.plot2d.Base: (prototype)
      • dojox.charting.plot2d.Base: (call)
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this plot belongs to.
      • kwArgs: (typeof dojox.charting.plot2d.__BarCtorArgs)
        An optional keyword arguments object to help define the plot.
    • summary
      The plot object representing a column chart (vertical bars).
  • dojox.charting.plot2d.Columns.defaultParams

    • type
      Object
  • dojox.charting.plot2d.Columns.defaultParams.hAxis

    • type
      String
  • dojox.charting.plot2d.Columns.defaultParams.vAxis

    • type
      String
  • dojox.charting.plot2d.Columns.defaultParams.gap

    • type
      Number
  • dojox.charting.plot2d.Columns.defaultParams.animate

    • type
      Object
  • dojox.charting.plot2d.Columns.optionalParams

    • type
      Object
  • dojox.charting.plot2d.Columns.optionalParams.minBarSize

    • type
      Number
  • dojox.charting.plot2d.Columns.optionalParams.maxBarSize

    • type
      Number
  • dojox.charting.plot2d.Columns.optionalParams.stroke

    • type
      Object
  • dojox.charting.plot2d.Columns.optionalParams.outline

    • type
      Object
  • dojox.charting.plot2d.Columns.optionalParams.shadow

    • type
      Object
  • dojox.charting.plot2d.Columns.optionalParams.fill

    • type
      Object
  • dojox.charting.plot2d.Columns.optionalParams.font

    • type
      String
  • dojox.charting.plot2d.Columns.optionalParams.fontColor

    • type
      String
  • dojox.charting.plot2d.Columns.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this plot belongs to.
      • kwArgs: (typeof dojox.charting.plot2d.__BarCtorArgs)
        An optional keyword arguments object to help define the plot.
    • summary
      The constructor for a columns chart.
  • dojox.charting.plot2d.Columns.getSeriesStats

    • summary
      Calculate the min/max on all attached series in both directions.
    • return_summary
      Object
      {hmin, hmax, vmin, vmax} min/max in both directions.
    • type
      Function
  • dojox.charting.plot2d.Columns.render

    • parameters:
      • dim: (typeof Object)
        An object in the form of { width, height }
      • offsets: (typeof Object)
        An object of the form { l, r, t, b}.
    • returns
      dojox.charting.plot2d.Columns
    • summary
      Run the calculations for any axes for this plot.
    • return_summary
      dojox.charting.plot2d.Columns
      A reference to this plot for functional chaining.
    • type
      Function
  • dojox.charting.plot2d.Columns.dirty

    • type
      bool
  • dojox.charting.plot2d.Columns._eventSeries

    • type
      Object
  • dojox.charting.plot2d.Columns.chart.theme

  • dojox.charting.plot2d.Columns._animateColumn

    • parameters:
      • shape
      • voffset
      • vsize
    • type
      Function
  • dojox.charting.plot2d.Columns.opt

    • type
      Object
  • dojox.charting.plot2d.Columns.series

    • type
      Array
  • dojox.charting.plot2d.Columns.hAxis

  • dojox.charting.plot2d.Columns.vAxis

  • dojox.charting.plot2d.Columns.animate

  • dojox.lang.functional

    • alias - dojox.lang.functional
  • dojox.lang.utils

    • alias - dojox.lang.utils
  • dojox.charting.plot2d.common

    • alias - dojox.charting.plot2d.common
  • dojox.charting.plot2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object