Table of Contents

Class ExcelChartStyleColorManager

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

Manages colors for a chart style

public class ExcelChartStyleColorManager : ExcelDrawingColorManager
Inheritance
ExcelChartStyleColorManager
Inherited Members

Properties

StyleColor

The style color object

public ExcelChartStyleColor StyleColor { get; }

Property Value

ExcelChartStyleColor

Methods

ResetColors(string)

Reset the color

protected void ResetColors(string newNodeName)

Parameters

newNodeName string

The new name

SetStyleColor(bool, int)

Sets the style color for a chart style

public void SetStyleColor(bool isAuto = true, int index = 0)

Parameters

isAuto bool

Is automatic

index int

Is index, maps to the style matrix in the theme

SetStyleColor(int)

Sets the style color for a chart style

public void SetStyleColor(int index = 0)

Parameters

index int

Is index, maps to the style matrix in the theme