RenamePlotGroup Method
The RenamePlotGroup method renames a plot group for bar chart and histogram graphs.
Syntax
object.RenamePlotGroup( Index, Name )
Parameter | Type | Description |
Index | Integer | required, 1-based index value of the group to rename in the group list |
Name | String | required, new name for the plot group |
Example
The following example demonstrates renaming the second group in the group list to Beta.
AutoGraph.RenamePlotGroup(Index:=2, Name:="Beta")
Used by: AutoGraph object