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
MidColor
The mid color value. Null if NumberOfcolors is set to TwoColors
public ExcelChartExValueColor MidColor { get; }
Property Value
MinColor
The minimum color value.
public ExcelChartExValueColor MinColor { get; }
Property Value
NumberOfColors
Number of colors to create the series gradient color scale. If two colors, the mid color is null.
public eNumberOfColors NumberOfColors { get; set; }