dojox/charting/StoreSeries (version 1.10)

Usage

var foo = new StoreSeries(store,kwArgs,value);
dojox/charting/StoreSeries
Parameter Type Description
store Object

A dojo object store.

kwArgs Object

A store-specific keyword parameters used for querying objects. See dojo.store docs

value Function | Object | String

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.

See the dojox/charting/StoreSeries reference documentation for more information.

Method Summary

Methods

_pushDataChanges()
destroy()

Clean up before GC.

fetch()

Fetches data from the store and updates a chart.

setSeriesObject(series)

Sets a dojox.charting.Series object we will be working with.

Parameter Type Description
series dojox/charting/Series

Our interface to the chart.

Error in the documentation? Can’t find what you are looking for? Let us know!