Enum TrendlineTypes
Defines the type of trendlines. They are Linear - Defines the linear trendline Exponential - Defines the exponential trendline Polynomial - Defines the polynomial trendline Power - Defines the power trendline Logarithmic - Defines the logarithmic trendline MovingAverage - Defines the moving average trendline
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum TrendlineTypes
Fields
Name | Description |
---|---|
Exponential | |
Linear | |
Logarithmic | |
MovingAverage | |
Polynomial | |
Power |