DataVisualizer.updateData

Syntax

updateData(index: Number);

Parameter

index. Index for the parameters of mapping data series values with the chart axes, color and size of its elements.

Description

The updateData method sets new index value to parameters of chart series data values mapping.

Comments

For the charts the method refreshes source data.

Index specified as the parameter, corresponds to step of chart time line.

Example

The example of method use is given in the page with description of the DataVisualizer.TimelineStep event.

See also:

DataVisualizer