Show / Hide Table of Contents

Class ExcelChartColorsManager

Represents a color style of a chart.

Inheritance
Object
XmlHelper
ExcelChartColorsManager
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 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>
In this article
Back to top Generated by DocFX