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

  • Provides:

    • dojox.charting.StoreSeries
  • dojox.charting.StoreSeries

    • type
      Function
    • parameters:
      • store: (typeof Object:)
        A dojo object store.
      • kwArgs: (typeof Object:)
        A store-specific keyword parameters used for querying objects.
        See dojo.store docs
      • value: (typeof Function|Object|String|Null:)
        Function, which takes an object handle, and
        produces an output possibly inspecting the store's item. Or
        a dictionary object, which tells what names to extract from
        an object and how to map them to an output. Or a string, which
        is a numeric field name to use for plotting. If undefined, null
        or empty string (the default), "value" field is extracted.
    • summary
      Series adapter for dojo object stores (dojo.store).
  • dojox.charting.StoreSeries.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • store: (typeof Object:)
        A dojo object store.
      • kwArgs: (typeof Object:)
        A store-specific keyword parameters used for querying objects.
        See dojo.store docs
      • value: (typeof Function|Object|String|Null:)
        Function, which takes an object handle, and
        produces an output possibly inspecting the store's item. Or
        a dictionary object, which tells what names to extract from
        an object and how to map them to an output. Or a string, which
        is a numeric field name to use for plotting. If undefined, null
        or empty string (the default), "value" field is extracted.
    • summary
      Series adapter for dojo object stores (dojo.store).
  • dojox.charting.StoreSeries.destroy

    • summary
      Clean up before GC.
    • type
      Function
  • dojox.charting.StoreSeries.setSeriesObject

    • parameters:
      • series: (typeof dojox.charting.Series:)
        Our interface to the chart.
    • summary
      Sets a dojox.charting.Series object we will be working with.
    • type
      Function
  • dojox.charting.StoreSeries.series

  • dojox.charting.StoreSeries.setSeriesObject.series

    • type
      dojox.charting.Series:
    • summary
      Our interface to the chart.
  • dojox.charting.StoreSeries.fetch

    • summary
      Fetches data from the store and updates a chart.
    • type
      Function
  • dojox.charting.StoreSeries.objects

    • type
      Array
  • dojox.charting.StoreSeries.observeHandle

    • type
      Object
  • dojox.charting.StoreSeries._pushDataChanges

    • type
      Function
  • dojox.charting.StoreSeries.store

    • type
      Object:
    • summary
      A dojo object store.
  • dojox.charting.StoreSeries.kwArgs

    • type
      Object:
    • summary
      A store-specific keyword parameters used for querying objects.
      See dojo.store docs
  • dojox.charting.StoreSeries.value

    • parameters:
      • object
    • type
      Function|Object|String|Null:
    • summary
      Function, which takes an object handle, and
      produces an output possibly inspecting the store's item. Or
      a dictionary object, which tells what names to extract from
      an object and how to map them to an output. Or a string, which
      is a numeric field name to use for plotting. If undefined, null
      or empty string (the default), "value" field is extracted.
  • dojox.charting.StoreSeries.data

    • type
      Array
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object