getDataSourceItem(id: String, includeFormat: Boolean);
id. Series identifier.
includeFormat. Indicates if to include format of displaying numeric data in visualizer to the value to return.
The getDataSourceItem method returns data from source by series identifier.
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).
The example of use is given on the page with description of the DataMapping.getData method.
See also: