Show / Hide Table of Contents

Class ExcelChartStyleReference

A reference from a chart style to the theme collection

Inheritance
Object
XmlHelper
ExcelChartStyleReference
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 ExcelChartStyleReference : XmlHelper

Properties

Color

The color to be used for the reference. This will replace any the StyleClr node in the chart style xml.

Declaration
public ExcelChartStyleColorManager Color { get; }
Property Value
Type Description
ExcelChartStyleColorManager

HasColor

If the reference has a color

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

Index

The index to the theme style matrix. ThemeManager

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