Contained in the Chart object Returns the Zone object at the index location specified.
Syntax
chart.Zones number
The Zones method syntax has these parts:
Part Description
chart An object expression that evaluates to a Chart object.
number A numeric expression in the range 1-4 specifying the index of the zone to return. See Data Indexing.
Return Value
Returns a Zone object that can be used as an object expression for other methods.