InterpolateWithTerritoryFill

 

The InterpolateWithTerritoryFill method adds a territory map territory color to the color spectrum and interpolates all territory fills.

 

Syntax

object.InterpolateWithTerritoryFill( TerritoryIndex )

 

Parameter

Type

Description

TerritoryIndex

Integer

required; territory number

 

Example

    'InterpolateWithTerritoryFill

    'Create two territories in the map

    TerritoryMap.NumTerritories = 2

 

    'Assign a color to the second territory given the default color map

    TerritoryMap.InterpolateWithTerritoryFill(TerritoryIndex:=2)

 

Used by: TerritoryMap object