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