applyEventMarkersChanges() Method

Description

Commits changes made to eventMarkers element of the objectModel.

This method commits changes only in eventMarkers and causes chart redraw without data reloading. No changes made to the data configuration or settings sections are applied. See Updating chart using Object Model article for more information.

Parameters

None

Returns

Boolean.

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

Samples

Online HTML/JavaScript Sample

See also

None

to top