RemovePlotFromGroup Method
The RemovePlotFromGroup method removes a plot from a plot group.
Syntax
object.RemovePlotFromGroup( index, plot )
Parameter | Type | Description |
index | Short | required, index of plot group is to be removed from |
plot | Object | required, plot object to be removed from the group |
Example
This example shows how to remove a bar chart from a bar chart group.
Graph.RemovePlotFromGroup(1,Bar1)
Used by: AutoGraph object