Enum eGeoMappingLevel
Geomapping level
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public enum eGeoMappingLevel
  Fields
| Name | Description | 
|---|---|
| Automatic | Geomapping level is handled automatic  | 
      
| CountryRegion | The level of view for series is set to country/region.  | 
      
| CountryRegionList | The level of view for the series is set to continent.  | 
      
| County | The level of view for the series is set to county.  | 
      
| DataOnly | Only regions which correspond to data points in the geographical category of a geospatial series are in view.  | 
      
| PostalCode | The level of view for the series is set to postal code.  | 
      
| State | The level of view for the series is set to state or province.  | 
      
| World | The level of view for the series is set to the entire world.  |