Show / Hide Table of Contents

Class ExcelChartExValueColors

Color variation for a region map chart series

Inheritance
object
XmlHelper
ExcelChartExValueColors
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExValueColors : XmlHelper

Properties

MaxColor

The maximum color value.

Declaration
public ExcelChartExValueColor MaxColor { get; }
Property Value
Type Description
ExcelChartExValueColor

MidColor

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

Declaration
public ExcelChartExValueColor MidColor { get; }
Property Value
Type Description
ExcelChartExValueColor

MinColor

The minimum color value.

Declaration
public ExcelChartExValueColor MinColor { get; }
Property Value
Type Description
ExcelChartExValueColor

NumberOfColors

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

Declaration
public eNumberOfColors NumberOfColors { get; set; }
Property Value
Type Description
eNumberOfColors
In this article
Back to top Generated by DocFX