TrendLineType Enumeration
|
Represents trend line values.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum TrendLineType
Public Enumeration TrendLineType
public enum class TrendLineType
Members
|
Member name
|
Value
|
Description
|
|
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.
|
See Also