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

dojox/charting/axis2d/Invisible.js

  • Provides:

    • dojox.charting.axis2d.Invisible
  • Requires:

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

    • type
      Function
    • chains:
      • dojox.charting.axis2d.Base: (prototype)
      • dojox.charting.axis2d.Base: (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.Chart2D.addAxis for details.
  • dojox.charting.axis2d.Invisible.defaultParams

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

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

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

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

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

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

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

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

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

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

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

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

    • type
      Number
  • dojox.charting.axis2d.Invisible.optionalParams

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

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

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

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

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

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

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

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

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

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

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

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

    • type
      Object
  • dojox.charting.axis2d.Invisible.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.Invisible.dependOnData

    • returns
      Boolean
    • summary
      Find out whether or not the axis options depend on the data in the axis.
    • type
      Function
  • dojox.charting.axis2d.Invisible.clear

    • returns
      dojox.charting.axis2d.Default
    • summary
      Clear out all calculated properties on this axis;
    • return_summary
      dojox.charting.axis2d.Default
      The reference to the axis for functional chaining.
    • type
      Function
  • dojox.charting.axis2d.Invisible.dirty

    • type
      Object
  • dojox.charting.axis2d.Invisible.initialized

    • summary
      Finds out if this axis has been initialized or not.
    • return_summary
      Boolean
      Whether a scaler has been calculated and if the axis is not dirty.
    • type
      Function
  • dojox.charting.axis2d.Invisible.setWindow

    • parameters:
      • scale: (typeof Number)
        The new scale for the axis.
      • offset: (typeof Number)
        The new offset for the axis.
    • returns
      dojox.charting.axis2d.Default
    • summary
      Set the drawing "window" for the axis.
    • return_summary
      dojox.charting.axis2d.Default
      The reference to the axis for functional chaining.
    • type
      Function
  • dojox.charting.axis2d.Invisible.scale

  • dojox.charting.axis2d.Invisible.offset

    • type
      Number
  • dojox.charting.axis2d.Invisible.setWindow.scale

    • type
      Number
    • summary
      The new scale for the axis.
  • dojox.charting.axis2d.Invisible.setWindow.offset

    • type
      Number
    • summary
      The new offset for the axis.
  • dojox.charting.axis2d.Invisible.getWindowScale

    • returns
      Number
    • summary
      Get the current windowing scale of the axis.
    • type
      Function
  • dojox.charting.axis2d.Invisible.getWindowOffset

    • returns
      Number
    • summary
      Get the current windowing offset for the axis.
    • type
      Function
  • dojox.charting.axis2d.Invisible._groupLabelWidth

    • parameters:
      • labels
      • font
      • wcLimit
    • type
      Function
  • dojox.charting.axis2d.Invisible.calculate

    • parameters:
      • min: (typeof Number)
        The smallest value represented on this axis.
      • max: (typeof Number)
        The largest value represented on this axis.
      • span: (typeof Number)
        The span in pixels over which axis calculations are made.
      • labels: (typeof String[])
        Optional list of labels.
    • returns
      dojox.charting.axis2d.Default
    • summary
      Perform all calculations needed to render this axis.
    • return_summary
      dojox.charting.axis2d.Default
      The reference to the axis for functional chaining.
    • type
      Function
  • dojox.charting.axis2d.Invisible.opt

    • type
      Object
  • dojox.charting.axis2d.Invisible.labels

  • dojox.charting.axis2d.Invisible.scaler

    • type
      Object
  • dojox.charting.axis2d.Invisible.scaler.bounds

  • dojox.charting.axis2d.Invisible.opt.from

    • type
      String
  • dojox.charting.axis2d.Invisible.opt.to

    • type
      String
  • dojox.charting.axis2d.Invisible.chart.theme.axis

  • dojox.charting.axis2d.Invisible.opt.font

    • type
      Object
  • dojox.charting.axis2d.Invisible.scaler.minMinorStep

    • type
      String
  • dojox.charting.axis2d.Invisible.ticks

    • type
      Object
  • dojox.charting.axis2d.Invisible.calculate.labels

    • type
      String[]
    • summary
      Optional list of labels.
  • dojox.charting.axis2d.Invisible.getScaler

    • returns
      Object
    • summary
      Get the pre-calculated scaler object.
    • type
      Function
  • dojox.charting.axis2d.Invisible.getTicks

    • returns
      Object
    • summary
      Get the pre-calculated ticks object.
    • type
      Function
  • dojox.charting

    • alias - dojox.charting
  • dojox.lang.functional

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

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

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

    • alias - dojox.charting.scaler.linear
  • dojox.lang.utils.merge

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

    • type
      Object
  • dojox

    • type
      Object