Contained in the Chart object Merges the region at the specified index location with the one immediately prior to it. If the index value specified is 0, merges with the one immediately after it.
Syntax
chart.MergeRegion long
The MergeRegion method syntax has these parts:
Part Description
chart An object expression that evaluates to a Chart object.
long A numeric expression specifying index of the starting region to merge. See Data Indexing.
Return Value
Returns a Boolean value; true if successful, false if not.