addEventMarkerGroup() Method
Description
Adds new event marker group.
Note: Changes are applied only on commitEventMarkersChanges() call.
Parameters
- chartId:StringSets what chart this event marker group should be added to. 
- seriesId:StringSets what series on the chartId chart this event marker group should be added to. 
- group:Object or XML StringEvent marker group. See <group> node description in XML Reference or groups array element description in JSON Reference for more information. 
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
None
See also
addEventMarker(), removeEventMarkerGroup(), commitEventMarkersChanges()
