The TerritoryFill property returns or sets the fill properties for a territory map territory. Returns a FillFormat object.
Syntax
object.TerritoryFill( TerritoryIndex )
Parameter |
Type |
Description |
TerritoryIndex |
Integer |
required; territory number |
Example
'TerritoryFill
'Change the fill of the first territory to orange
TerritoryMap.TerritoryFill(TerritoryIndex:=1).ForeColor = mvColorOrange
Used by: TerritoryMap object