| 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.
Sets a dojox.charting.Series object we will be working with.
| Parameter | Type | Description |
|---|---|---|
| series | dojox/charting/Series | Our interface to the chart. |