Enum eChartColorStyleMethod
Method for how colors are picked from the Colors collection
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public enum eChartColorStyleMethod
Fields
Name | Description |
---|---|
AcrossLinear | The color picked from Colors is the index modulus the total set of colors in the list. The brightness varies from lighter to darker |
AcrossLinearReversed | The color picked from Colors is the index modulus the total set of colors in the list. The brightness varies from darkerlighter. |
Cycle | The color picked from Colors is the index modulus the total set of colors in the list. |
WithinLinear | The color picked from Colors is the first color with a brightness that varies from darker to lighter. |
WithinLinearReversed | The color picked from Colors is the first color with a brightness that varies from lighter to darker. The brightness varies from darker to lighter. |