Object Reference : Object View and Procedure Reference : Graph
  
 
makegroup
Creates a group object containing all the series in the graph.
Syntax
graph_name.makegroup group_name
group_name is an optional new group name. Group will be untitled if group_name is not specified.
Examples
mygraph.makegroup mynewgroup
Creates new group called mynewgroup.
mygraph.makegroup
Creates an untitled group.