Contained in the Chart object and the DataList Object. Returns the Region Object at the index location specified.
Syntax
chart.Regions number
The Regions method syntax has these parts:
Part Description
chart An object expression that evaluates to a Chart or DataList object.
number A numeric expression specifying the index of the region to return. See Data Indexing.
Return Value
Returns a Region Object that can be used as an object expression for other methods.