TreeDataVisualizer.ActiveItemChanged

Syntax

ActiveItemChanged: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event is fired.

Description

The ActiveItemChanged event is fired on changing active chart element.

Example

The example of use is given in the page with the TreeDataVisualizer.getAnimationDuration method description.

See also:

TreeDataVisualizer