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