Table of Contents

Class ExcelChartExValueColors

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

Color variation for a region map chart series

public class ExcelChartExValueColors : XmlHelper
Inheritance
ExcelChartExValueColors
Inherited Members

Properties

MaxColor

The maximum color value.

public ExcelChartExValueColor MaxColor { get; }

Property Value

ExcelChartExValueColor

MidColor

The mid color value. Null if NumberOfcolors is set to TwoColors

public ExcelChartExValueColor MidColor { get; }

Property Value

ExcelChartExValueColor

MinColor

The minimum color value.

public ExcelChartExValueColor MinColor { get; }

Property Value

ExcelChartExValueColor

NumberOfColors

Number of colors to create the series gradient color scale. If two colors, the mid color is null.

public eNumberOfColors NumberOfColors { get; set; }

Property Value

eNumberOfColors