TrendlineTypes Enumeration
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
Syntax
public enum TrendlineTypes : System.Enum
Members
Member | Description |
---|---|
Exponential | |
Linear | |
Logarithmic | |
MovingAverage | |
Polynomial | |
Power |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.EJ2.Charts.TrendlineTypes
AssemblyVersion
Syncfusion.EJ2: 17.3500.0.26
See Also