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