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/axis2d/common.js

  • Provides:

    • dojox.charting.axis2d.common
  • Requires:

    • dojox.gfx in common
  • dojox.charting.axis2d.common.createText

    • type
      Object
  • dojox.charting.axis2d.common.createText.gfx

    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart to create the text into.
      • creator: (typeof dojox.gfx.Surface)
        The graphics surface to use for creating the text.
      • x: (typeof Number)
        Where to create the text along the x axis (CSS left).
      • y: (typeof Number)
        Where to create the text along the y axis (CSS top).
      • align: (typeof String)
        How to align the text.  Can be "left", "right", "center".
      • text: (typeof String)
        The text to render.
      • font: (typeof String)
        The font definition, a la CSS "font".
      • fontColor: (typeof String|dojo.Color)
        The color of the resultant text.
    • summary
      Use dojox.gfx to create any text.
    • return_summary
      dojox.gfx.Text
      The resultant GFX object.
    • type
      Function
  • dojox.charting.axis2d.common.createText.html

    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart to create the text into.
      • creator: (typeof dojox.gfx.Surface)
        The graphics surface to use for creating the text.
      • x: (typeof Number)
        Where to create the text along the x axis (CSS left).
      • y: (typeof Number)
        Where to create the text along the y axis (CSS top).
      • align: (typeof String)
        How to align the text.  Can be "left", "right", "center".
      • text: (typeof String)
        The text to render.
      • font: (typeof String)
        The font definition, a la CSS "font".
      • fontColor: (typeof String|dojo.Color)
        The color of the resultant text.
      • labelWidth: (typeof Number)
        The maximum width of the resultant DOM node.
    • returns
      DOMNode
    • summary
      Use the HTML DOM to create any text.
    • return_summary
      DOMNode
      The resultant DOMNode (a "div" element).
    • type
      Function
  • dojox.charting.axis2d.common

    • summary
      Common methods to be used by any axis.  This is considered "static".
  • dojox.gfx

    • alias - dojox.gfx
  • dojox.charting.axis2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object