applyConfigChanges() Method

Description

Commits changes made to the objectModel.

This method commits changes either in data and in settings, and causes data reload and full chart redraw. See Updating chart using Object Model article for more information.

Note: If any operation such as settings applying is being processed it will be aborted.

Parameters

None

Returns

Boolean.

Note: If the return value is true the command was processed successfully, the command failed to be processed otherwise.

Samples

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

See also

objectModel, applySettingsChanges()

to top