Show / Hide Table of Contents

Class ExcelChartExValueColors

Color variation for a region map chart series

Inheritance
System.Object
XmlHelper
ExcelChartExValueColors
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 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
Back to top Generated by DocFX