Contained in the Chart object and the DataList Object. Adds an empty region to the end of the region list. This region can then be populated with SubGroups of data.
Syntax
chart.AddRegion
The AddRegion method syntax has these parts:
Part Description
chart An object expression that evaluates to a Chart or DataList object.
Return Value
Returns a Boolean value; true if successful, false if not.
Remarks
At least one region must exist for the charting control to have data to plot, therefore the AddRegion method is often one of the first methods that is used when programming the control.