BubbleChart.Refreshed

Syntax

Refreshed: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: args - a value of the following type PP.Ui.PropertyChangedEventArgs.

Description

The Refreshed event occurs after applying edited bubble chart settings.

Example

The example of use is given in the page BubbleChart.getState.

See also:

BubbleChart