Class ExcelChartColorsManager
Represents a color style of a chart.
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartColorsManager : XmlHelper
Properties
Colors
The colors to use for the calculation
Declaration
public ReadOnlyCollection<ExcelDrawingColorManager> Colors { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<ExcelDrawingColorManager> |
Method
The method to use to calculate the colors
Declaration
public eChartColorStyleMethod Method { get; set; }
Property Value
| Type | Description |
|---|---|
| eChartColorStyleMethod |
Remarks
AcrossLinear is not implemented yet, and will use WithinLinear
Variations
The variations to use for the calculation
Declaration
public ReadOnlyCollection<ExcelColorTransformCollection> Variations { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<ExcelColorTransformCollection> |