Class ExcelChartExValueColor
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
Individual color settings for a region map charts series colors
public class ExcelChartExValueColor : XmlHelper
- Inheritance
-
ExcelChartExValueColor
- Inherited Members
Properties
Color
The color
public ExcelDrawingColorManager Color { get; }
Property Value
PositionValue
The color variation value.
public double PositionValue { get; set; }
Property Value
ValueType
The color variation type.
public eColorValuePositionType ValueType { get; set; }