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/widget/Legend.js

  • Provides:

    • dojox.charting.widget.Legend
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
    • dojox.lang.functional.array in common
    • dojox.lang.functional.fold in common
  • dojox.charting.widget.Legend

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      A legend for a chart. A legend contains summary labels for
      each series of data contained in the chart.
      
      Set the horizontal attribute to boolean false to layout legend labels vertically.
      Set the horizontal attribute to a number to layout legend labels in horizontal
      rows each containing that number of labels (except possibly the last row).
      
      (Line or Scatter charts (colored lines with shape symbols) )
      -o- Series1		-X- Series2		-v- Series3
      
      (Area/Bar/Pie charts (letters represent colors))
      [a] Series1		[b] Series2		[c] Series3
  • dojox.charting.widget.Legend.chartRef

    • type
      String
  • dojox.charting.widget.Legend.horizontal

    • type
      Object
  • dojox.charting.widget.Legend.swatchSize

    • type
      Number
  • dojox.charting.widget.Legend.templateString

    • type
      String
  • dojox.charting.widget.Legend.legendNode

    • type
      Object
  • dojox.charting.widget.Legend.legendBody

    • type
      Object
  • dojox.charting.widget.Legend.postCreate

    • type
      Function
  • dojox.charting.widget.Legend.chart

    • type
      Object
  • dojox.charting.widget.Legend.series

  • dojox.charting.widget.Legend.refresh

    • summary
      regenerates the legend to reflect changes to the chart
    • type
      Function
  • dojox.charting.widget.Legend._surfaces

    • type
      Array
  • dojox.charting.widget.Legend._tr

    • type
      Object
  • dojox.charting.widget.Legend._inrow

    • type
      Number
  • dojox.charting.widget.Legend.series.0.chart.stack.0

  • dojox.charting.widget.Legend._addLabel

    • parameters:
      • dyn
      • label
    • type
      Function
  • dojox.charting.widget.Legend._makeIcon

    • parameters:
      • div
      • dyn
    • type
      Function
  • dojox.charting.widget

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object