Table of Contents

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

ExcelDrawingColorManager

PositionValue

The color variation value.

public double PositionValue { get; set; }

Property Value

double

ValueType

The color variation type.

public eColorValuePositionType ValueType { get; set; }

Property Value

eColorValuePositionType