Show / Hide Table of Contents

Class ExcelChartExValueColor

Individual color settings for a region map charts series colors

Inheritance
System.Object
XmlHelper
ExcelChartExValueColor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Double

ValueType

The color variation type.

Declaration
public eColorValuePositionType ValueType { get; set; }
Property Value
Type Description
eColorValuePositionType
Back to top Generated by DocFX