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

  • Provides:

    • dojox.charting.plot2d.Bars
  • 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.__BarCtorArgs

    • type
      Function
    • chains:
      • dojox.charting.plot2d.__DefaultCtorArgs: (prototype)
      • dojox.charting.plot2d.__DefaultCtorArgs: (call)
    • summary
      Additional keyword arguments for bar charts.
  • dojox.charting.plot2d.__BarCtorArgs.minBarSize

    • optional
    • type
      Number
    • summary
      The minimum size for a bar in pixels.  Default is 1.
  • dojox.charting.plot2d.__BarCtorArgs.maxBarSize

    • optional
    • type
      Number
    • summary
      The maximum size for a bar in pixels.  Default is 1.
  • dojox.charting.plot2d.Bars

    • 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 bar chart (horizontal bars).
  • dojox.charting.plot2d.Bars.defaultParams

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

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

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

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

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

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

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

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

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

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

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

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

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

    • type
      String
  • dojox.charting.plot2d.Bars.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 bar chart.
  • dojox.charting.plot2d.Bars.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.Bars.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.Bars
    • summary
      Run the calculations for any axes for this plot.
    • return_summary
      dojox.charting.plot2d.Bars
      A reference to this plot for functional chaining.
    • type
      Function
  • dojox.charting.plot2d.Bars.dirty

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

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

  • dojox.charting.plot2d.Bars._animateBar

    • parameters:
      • shape
      • hoffset
      • hsize
    • type
      Function
  • dojox.charting.plot2d.Bars.opt

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

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

  • dojox.charting.plot2d.Bars.vAxis

  • dojox.charting.plot2d.Bars.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