MapChart.Loaded

Syntax

Loaded: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The Loaded event is fired after map loading.

Comments

After map loading, it is necessary to update its sizes.

Example

The example of event use is given on the page Example of Creating the MapChart Component.

See also:

MapChart