Table of Contents

Class ExcelChartColorsManager

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

Represents a color style of a chart.

public class ExcelChartColorsManager : XmlHelper
Inheritance
ExcelChartColorsManager
Inherited Members

Properties

Colors

The colors to use for the calculation

public ReadOnlyCollection<ExcelDrawingColorManager> Colors { get; }

Property Value

ReadOnlyCollection<ExcelDrawingColorManager>

Method

The method to use to calculate the colors

public eChartColorStyleMethod Method { get; set; }

Property Value

eChartColorStyleMethod

Remarks

AcrossLinear is not implemented yet, and will use WithinLinear

Variations

The variations to use for the calculation

public ReadOnlyCollection<ExcelColorTransformCollection> Variations { get; }

Property Value

ReadOnlyCollection<ExcelColorTransformCollection>