Show / Hide Table of Contents

Class ExcelChartStyleColor

A color for a chart style entry reference

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

Properties

Auto

Color is automatic

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

Index

The index, maps to the style matrix in the theme

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