Table of Contents

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

string

ColorBy

How to color a region maps chart serie

public eColorBy ColorBy { get; set; }

Property Value

eColorBy

Colors

Colors for the gradient scale of the region map series.

public ExcelChartExValueColors Colors { get; }

Property Value

ExcelChartExValueColors

Language

Specifies the language.

public CultureInfo Language { get; set; }

Property Value

CultureInfo

ProjectionType

The cartographic map projection for the series

public eProjectionType ProjectionType { get; set; }

Property Value

eProjectionType

Region

Specifies the country code. Uses the TwoLetterISOLanguageName property of the CultureInfo object.

public CultureInfo Region { get; set; }

Property Value

CultureInfo

RegionLableLayout

Layout type for region labels

public eRegionLabelLayout RegionLableLayout { get; set; }

Property Value

eRegionLabelLayout

ViewedRegionType

The level of view for the series

public eGeoMappingLevel ViewedRegionType { get; set; }

Property Value

eGeoMappingLevel