Show / Hide Table of Contents

Class ExcelChartExValueColor

Individual color settings for a region map charts series colors

Inheritance
Object
XmlHelper
ExcelChartExValueColor
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
In this article
Back to top Generated by DocFX