GeographicMappingArea

Constants which define the level of granularity for a geographic map chart.

The entire country or region is displayed, with areas for which no series data is available appearing in a lighter color.

CountryOrRegion = 4

A county is displayed.

County = 2

Only regions for which series data is available are displayed.

DataOnly = 0

Multiple countries or regions are displayed, with areas for which no series data is available appearing in a lighter color.

MultipleCountriesOrRegions = 5

A postal region is displayed.

PostalCode = 1

A state is displayed.

State = 3

The entire world map is displayed, with areas for which no series data is available appearing in a lighter color.

World = 6