DeletePlotGroup Method
The DeletePlotGroup method deletes a plot group from the graph.
Syntax
object.DeletePlotGroup( index )
| Parameter | Type | Description | 
| index | short | required, index of plot group to be deleted | 
Example
This example shows how to delete the first bar chart group.
Graph.DeletePlotGroup(1)
Used by: AutoGraph object