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

  • Provides:

    • dojox.charting.plot2d.Scatter
  • Requires:

    • dojox.charting.plot2d.common in common
    • dojox.charting.plot2d.Base in common
    • dojox.lang.utils in common
    • dojox.lang.functional in common
    • dojox.lang.functional.reversed in common
    • dojox.gfx.gradutils in common
  • dojox.charting.plot2d.Scatter

    • 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.__DefaultCtorArgs)
        An optional keyword arguments object to help define this plot's parameters.
    • summary
      A plot object representing a typical scatter chart.
  • dojox.charting.plot2d.Scatter.defaultParams

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

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

    • type
      String
  • dojox.charting.plot2d.Scatter.defaultParams.shadows

    • type
      Object
  • dojox.charting.plot2d.Scatter.defaultParams.animate

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

    • type
      Object
  • dojox.charting.plot2d.Scatter.optionalParams.markerStroke

    • type
      Object
  • dojox.charting.plot2d.Scatter.optionalParams.markerOutline

    • type
      Object
  • dojox.charting.plot2d.Scatter.optionalParams.markerShadow

    • type
      Object
  • dojox.charting.plot2d.Scatter.optionalParams.markerFill

    • type
      Object
  • dojox.charting.plot2d.Scatter.optionalParams.markerFont

    • type
      String
  • dojox.charting.plot2d.Scatter.optionalParams.markerFontColor

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

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this plot belongs to.
      • kwArgs: (typeof dojox.charting.plot2d.__DefaultCtorArgs)
        An optional keyword arguments object to help define this plot's parameters.
    • summary
      Create the scatter plot.
  • dojox.charting.plot2d.Scatter.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.Scatter
    • summary
      Run the calculations for any axes for this plot.
    • return_summary
      dojox.charting.plot2d.Scatter
      A reference to this plot for functional chaining.
    • type
      Function
  • dojox.charting.plot2d.Scatter.dirty

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

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

  • dojox.charting.plot2d.Scatter._animateScatter

    • parameters:
      • shape
      • offset
    • type
      Function
  • dojox.charting.plot2d.Scatter.opt

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

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

  • dojox.charting.plot2d.Scatter.vAxis

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