Table of Contents

Enum TrendLineType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Represents trend line values.

public enum TrendLineType

Fields

Exponential = 1

Represents Exponential trend line type.

Linear = 5

Represents Linear trend line type.

Logarithmic = 2

Represents Logarithmic trend line type.

Moving_Average = 4

Represents Moving average trend line type.

Polynomial = 0

Represents Polynomial trend line type.

Power = 3

Represents Power trend line type.