Show / Hide Table of Contents

Enum eColorValuePositionType

The color type for a region map charts color variation

Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public enum eColorValuePositionType

Fields

Name Description
Extreme

The position is the minimum or maximum stop of the gradient.

Number

The position’s location on the gradient is determined the numerical value in the PositionValue property.

Percent

The position’s location on the gradient is determined by a fixed percent value in the PositionValue property, represented by the gradient. Ranges from 1 to 100 percent.

In This Article
Back to top Generated by DocFX