Table of Contents

Enum eGeoMappingLevel

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

Geomapping level

public enum eGeoMappingLevel

Fields

Automatic = 0

Geomapping level is handled automatic

CountryRegion = 5

The level of view for series is set to country/region.

CountryRegionList = 6

The level of view for the series is set to continent.

County = 3

The level of view for the series is set to county.

DataOnly = 1

Only regions which correspond to data points in the geographical category of a geospatial series are in view.

PostalCode = 2

The level of view for the series is set to postal code.

State = 4

The level of view for the series is set to state or province.

World = 7

The level of view for the series is set to the entire world.