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

  • Provides:

    • dojox.charting.plot2d.Default
  • 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.fx in common
  • dojox.charting.plot2d.__DefaultCtorArgs

    • type
      Function
    • chains:
      • dojox.charting.plot2d.__PlotCtorArgs: (prototype)
      • dojox.charting.plot2d.__PlotCtorArgs: (call)
    • summary
      The arguments used for any/most plots.
  • dojox.charting.plot2d.__DefaultCtorArgs.hAxis

    • optional
    • type
      String
    • summary
      The horizontal axis name.
  • dojox.charting.plot2d.__DefaultCtorArgs.vAxis

    • optional
    • type
      String
    • summary
      The vertical axis name
  • dojox.charting.plot2d.__DefaultCtorArgs.lines

    • optional
    • type
      Boolean
    • summary
      Whether or not to draw lines on this plot.  Defaults to true.
  • dojox.charting.plot2d.__DefaultCtorArgs.areas

    • optional
    • type
      Boolean
    • summary
      Whether or not to draw areas on this plot. Defaults to false.
  • dojox.charting.plot2d.__DefaultCtorArgs.markers

    • optional
    • type
      Boolean
    • summary
      Whether or not to draw markers at data points on this plot. Default is false.
  • dojox.charting.plot2d.__DefaultCtorArgs.tension

    • optional
    • type
      Number|String
    • summary
      Whether or not to apply 'tensioning' to the lines on this chart.
      Options include a number, "X", "x", or "S"; if a number is used, the
      simpler bezier curve calculations are used to draw the lines.  If X, x or S
      is used, the more accurate smoothing algorithm is used.
  • dojox.charting.plot2d.__DefaultCtorArgs.animate

    • optional
    • type
      Boolean
    • summary
      Whether or not to animate the chart to place.
  • dojox.charting.plot2d.__DefaultCtorArgs.stroke

    • optional
    • type
      dojox.gfx.Stroke
    • summary
      An optional stroke to use for any series on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.outline

    • optional
    • type
      dojox.gfx.Stroke
    • summary
      An optional stroke used to outline any series on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.shadow

    • optional
    • type
      dojox.gfx.Stroke
    • summary
      An optional stroke to use to draw any shadows for a series on a plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.fill

    • optional
    • type
      dojox.gfx.Fill
    • summary
      Any fill to be used for elements on the plot (such as areas).
  • dojox.charting.plot2d.__DefaultCtorArgs.font

    • optional
    • type
      String
    • summary
      A font definition to be used for labels and other text-based elements on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.fontColor

    • optional
    • type
      String|dojo.Color
    • summary
      The color to be used for any text-based elements on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.markerStroke

    • optional
    • type
      dojo.gfx.Stroke
    • summary
      An optional stroke to use for any markers on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.markerOutline

    • optional
    • type
      dojo.gfx.Stroke
    • summary
      An optional outline to use for any markers on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.markerShadow

    • optional
    • type
      dojo.gfx.Stroke
    • summary
      An optional shadow to use for any markers on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.markerFill

    • optional
    • type
      dojo.gfx.Fill
    • summary
      An optional fill to use for any markers on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.markerFont

    • optional
    • type
      String
    • summary
      An optional font definition to use for any markers on the plot.
  • dojox.charting.plot2d.__DefaultCtorArgs.markerFontColor

    • optional
    • type
      String|dojo.Color
    • summary
      An optional color to use for any marker text on the plot.
  • dojox.charting.plot2d.Default

    • 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 arguments object to help define this plot.
    • summary
      Return a new plot.
  • dojox.charting.plot2d.Default.defaultParams

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

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

    • type
      String
  • dojox.charting.plot2d.Default.defaultParams.lines

    • type
      Object
  • dojox.charting.plot2d.Default.defaultParams.areas

    • type
      bool
  • dojox.charting.plot2d.Default.defaultParams.markers

    • type
      bool
  • dojox.charting.plot2d.Default.defaultParams.tension

    • type
      String
  • dojox.charting.plot2d.Default.defaultParams.animate

    • type
      bool
  • dojox.charting.plot2d.Default.optionalParams

    • type
      Object
  • dojox.charting.plot2d.Default.optionalParams.stroke

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

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

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

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

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

    • type
      String
  • dojox.charting.plot2d.Default.optionalParams.markerStroke

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

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

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

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

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

    • type
      String
  • dojox.charting.plot2d.Default.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 arguments object to help define this plot.
    • summary
      Return a new plot.
  • dojox.charting.plot2d.Default.render

    • parameters:
      • dim: (typeof Object)
        An object of the form { width, height }
      • offsets: (typeof Object)
        An object of the form { l, r, t, b }
    • returns
      dojox.charting.plot2d.Default
    • summary
      Render/draw everything on this plot.
    • return_summary
      dojox.charting.plot2d.Default
      A reference to this plot for functional chaining.
    • type
      Function
  • dojox.charting.plot2d.Default.dirty

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

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

  • dojox.charting.plot2d.Default.group

  • dojox.charting.plot2d.Default.opt

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

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

  • dojox.charting.plot2d.Default.vAxis

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