TrendlinesType Enumeration
|
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TrendlinesType
Public Enumeration TrendlinesType
public enum class TrendlinesType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Exponential
|
0
|
|
|
|
Linear
|
1
|
|
|
|
Logarithmic
|
2
|
|
|
|
MovingAverage
|
3
|
|
|
|
Polynomial
|
4
|
|
|
|
Power
|
5
|
|
See Also