Show / Hide Table of Contents

Class ExcelChartStyleColor

A color for a chart style entry reference

Inheritance
Object
XmlHelper
ExcelChartStyleColor
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.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyleColor : XmlHelper

Properties

Auto

Color is automatic

Declaration
public bool Auto { get; }
Property Value
Type Description
Boolean

Index

The index, maps to the style matrix in the theme

Declaration
public int? Index { get; }
Property Value
Type Description
Nullable<Int32>
In this article
Back to top Generated by DocFX