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 Warning: count(): Parameter must be an array or an object that implements Countable in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/JavaScriptSymbol.php on line 69 Warning: count(): Parameter must be an array or an object that implements Countable in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/JavaScriptSymbol.php on line 69 Warning: count(): Parameter must be an array or an object that implements Countable in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/JavaScriptSymbol.php on line 69 Warning: count(): Parameter must be an array or an object that implements Countable in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/JavaScriptSymbol.php on line 69 Warning: count(): Parameter must be an array or an object that implements Countable in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/JavaScriptSymbol.php on line 69 Warning: count(): Parameter must be an array or an object that implements Countable in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/JavaScriptSymbol.php on line 69

dojox/charting/axis2d/Default.js

  • Provides:

    • dojox.charting.axis2d.Default
  • Requires:

    • dojox.charting.axis2d.Invisible in common
    • dojox.charting.scaler.linear in common
    • dojox.charting.axis2d.common in common
    • dojo.colors in common
    • dojo.string in common
    • dojox.gfx in common
    • dojox.lang.functional in common
    • dojox.lang.utils in common
  • dojox.charting.axis2d.Default

    • type
      Function
    • chains:
      • dojox.charting.axis2d.Invisible: (prototype)
      • dojox.charting.axis2d.Invisible: (call)
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart the axis belongs to.
      • kwArgs: (typeof dojox.charting.axis2d.__AxisCtorArgs)
        Any optional keyword arguments to be used to define this axis.
    • summary
      The default axis object used in dojox.charting.  See dojox.charting.Chart.addAxis for details.
  • dojox.charting.axis2d.Default.defaultParams

    • type
      Object
    • summary
      The default parameters used to define any axis.
  • dojox.charting.axis2d.Default.defaultParams.vertical

    • type
      bool
  • dojox.charting.axis2d.Default.defaultParams.fixUpper

    • type
      String
  • dojox.charting.axis2d.Default.defaultParams.fixLower

    • type
      String
  • dojox.charting.axis2d.Default.defaultParams.natural

    • type
      bool
  • dojox.charting.axis2d.Default.defaultParams.leftBottom

    • type
      Object
  • dojox.charting.axis2d.Default.defaultParams.includeZero

    • type
      bool
  • dojox.charting.axis2d.Default.defaultParams.fixed

    • type
      Object
  • dojox.charting.axis2d.Default.defaultParams.majorLabels

    • type
      Object
  • dojox.charting.axis2d.Default.defaultParams.minorTicks

    • type
      Object
  • dojox.charting.axis2d.Default.defaultParams.minorLabels

    • type
      Object
  • dojox.charting.axis2d.Default.defaultParams.microTicks

    • type
      bool
  • dojox.charting.axis2d.Default.defaultParams.rotation

    • type
      Number
  • dojox.charting.axis2d.Default.defaultParams.htmlLabels

    • type
      Object
  • dojox.charting.axis2d.Default.optionalParams

    • type
      Object
    • summary
      Any optional parameters needed to define an axis.
  • dojox.charting.axis2d.Default.optionalParams.min

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.max

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.from

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.to

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.majorTickStep

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.minorTickStep

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.microTickStep

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.labels

    • type
      Array
  • dojox.charting.axis2d.Default.optionalParams.labelFunc

    • type
      Object
  • dojox.charting.axis2d.Default.optionalParams.maxLabelSize

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.maxLabelCharCount

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.trailingSymbol

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

    • type
      Object
  • dojox.charting.axis2d.Default.optionalParams.majorTick

    • type
      Object
  • dojox.charting.axis2d.Default.optionalParams.minorTick

    • type
      Object
  • dojox.charting.axis2d.Default.optionalParams.microTick

    • type
      Object
  • dojox.charting.axis2d.Default.optionalParams.tick

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

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

    • type
      String
  • dojox.charting.axis2d.Default.optionalParams.title

    • type
      String
  • dojox.charting.axis2d.Default.optionalParams.titleGap

    • type
      Number
  • dojox.charting.axis2d.Default.optionalParams.titleFont

    • type
      String
  • dojox.charting.axis2d.Default.optionalParams.titleFontColor

    • type
      String
  • dojox.charting.axis2d.Default.optionalParams.titleOrientation

    • type
      String
  • dojox.charting.axis2d.Default.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart the axis belongs to.
      • kwArgs: (typeof dojox.charting.axis2d.__AxisCtorArgs)
        Any optional keyword arguments to be used to define this axis.
    • summary
      The constructor for an axis.
  • dojox.charting.axis2d.Default.getOffsets

    • returns
      Object
    • summary
      Get the physical offset values for this axis (used in drawing data series).
    • return_summary
      Object
      The calculated offsets in the form of { l, r, t, b } (left, right, top, bottom).
    • type
      Function
  • dojox.charting.axis2d.Default.scaler

  • dojox.charting.axis2d.Default.opt

    • type
      Object
  • dojox.charting.axis2d.Default.scaler.major

  • dojox.charting.axis2d.Default.scaler.minor

  • dojox.charting.axis2d.Default.chart.theme.axis

  • dojox.charting.axis2d.Default.opt.font

    • type
      Object
  • dojox.charting.axis2d.Default.opt.titleFont

  • dojox.charting.axis2d.Default.opt.leftBottom

  • dojox.charting.axis2d.Default.trailingSymbol

  • dojox.charting.axis2d.Default._cachedLabelWidth

  • dojox.charting.axis2d.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.axis2d.Default
    • summary
      Render/draw the axis.
    • return_summary
      dojox.charting.axis2d.Default
      The reference to the axis for functional chaining.
    • type
      Function
  • dojox.charting.axis2d.Default.opt.fontColor

    • type
      Object
  • dojox.charting.axis2d.Default.opt.titleFontColor

    • type
      Object
  • dojox.charting.axis2d.Default.opt.titleOrientation

    • type
      Object
  • dojox.charting.axis2d.Default.group

  • dojox.charting.axis2d.Default.ticks

  • dojox.charting.axis2d.Default.dirty

    • type
      bool
  • dojox.charting.axis2d.Default.labelTooltip

    • parameters:
      • elem
      • chart
      • label
      • truncatedLabel
      • font
      • elemType
    • type
      Function
  • dojox.charting.axis2d.__AxisCtorArgs

    • type
      Object
  • dojox.charting

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

    • alias - dojox.lang.utils
  • dojox.gfx

    • alias - dojox.gfx
  • dojox.charting.scaler.linear

    • alias - dojox.charting.scaler.linear
  • dojox.charting.axis2d

    • type
      Object
  • dojox

    • type
      Object