Show / Hide Table of Contents

Class ExcelChartColorsManager

Represents a color style of a chart.

Inheritance
System.Object
XmlHelper
ExcelChartColorsManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Collections.ObjectModel.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
System.Collections.ObjectModel.ReadOnlyCollection<ExcelColorTransformCollection>
Back to top Generated by DocFX