AddPlotToGroup Method

The AddPlotToGroup method adds a plot to a plot group. Currently only bar charts may be added to a plot group.

Syntax

object.AddPlotToGroup( index, plot )

Parameter Type Description
index short required, index of plot group plot is to be added to
plot object required, plot object to be added to group (bar charts only)

 

Example

This example shows how to add a bar chart to a bar chart group.

Graph.AddPlotToGroup(1,Bar1)

 

Used by: AutoGraph object