DataMapping.getDataSourceItem

Syntax

getDataSourceItem(id: String, includeFormat: Boolean);

Parameters

id. Series identifier.

includeFormat. Indicates if to include format of displaying numeric data in visualizer to the value to return.

Description

The getDataSourceItem method returns data from source by series identifier.

Comments

If the includeFormat parameter is defined and set to True, the method returns a JSON object with the following properties: value - desired value, defaultFormat - display format for numeric data. Otherwise a Number type value is returned (default).

Example

The example of use is given on the page with description of the DataMapping.getData method.

See also:

DataMapping