Table of Contents

Class ExcelChartStyleReference

Namespace
OfficeOpenXml.Drawing.Chart.Style
Assembly
EPPlus.dll

A reference from a chart style to the theme collection

public class ExcelChartStyleReference : XmlHelper
Inheritance
ExcelChartStyleReference
Inherited Members

Properties

Color

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

public ExcelChartStyleColorManager Color { get; }

Property Value

ExcelChartStyleColorManager

HasColor

If the reference has a color

public bool HasColor { get; }

Property Value

bool

Index

The index to the theme style matrix. ThemeManager

public int Index { get; set; }

Property Value

int