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