Class ExcelRegionMapChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
A chart series for a region map chart
public class ExcelRegionMapChartSerie : ExcelChartExSerie
- Inheritance
-
ExcelRegionMapChartSerie
- Inherited Members
Properties
Attribution
The provider or source of the geographical data. Default is Bing.
public string Attribution { get; set; }
Property Value
ColorBy
How to color a region maps chart serie
public eColorBy ColorBy { get; set; }
Property Value
Colors
Colors for the gradient scale of the region map series.
public ExcelChartExValueColors Colors { get; }
Property Value
Language
Specifies the language.
public CultureInfo Language { get; set; }
Property Value
ProjectionType
The cartographic map projection for the series
public eProjectionType ProjectionType { get; set; }
Property Value
Region
Specifies the country code. Uses the TwoLetterISOLanguageName property of the CultureInfo object.
public CultureInfo Region { get; set; }
Property Value
RegionLableLayout
Layout type for region labels
public eRegionLabelLayout RegionLableLayout { get; set; }
Property Value
ViewedRegionType
The level of view for the series
public eGeoMappingLevel ViewedRegionType { get; set; }