Show / Hide Table of Contents

Class ExcelRegionMapChartSerie

A chart series for a region map chart

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartExSerie
ExcelRegionMapChartSerie
Inherited Members
ExcelChartExSerie.DataDimensions
ExcelChartExSerie.HeaderAddress
ExcelChartExSerie.Header
ExcelChartExSerie.Series
ExcelChartExSerie.XSeries
ExcelChartExSerie.DataLabel
ExcelChartExSerie.DataPoints
ExcelChartExSerie.Hidden
ExcelChartExSerie.HasDataLabel
ExcelChartExSerie.NumberOfItems
ExcelChartExSerie.TrendLines
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
ExcelChartSerie.ToFullAddress(String)
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, IDrawingStyleBase

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

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
Back to top Generated by DocFX