Class TrendlineTypes
Specifies the type of trendlines.
Inheritance
System.Object
TrendlineTypes
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TrendlineTypes : Enum
Fields
Exponential
Renders an exponential trendline.
Declaration
public const TrendlineTypes Exponential
Field Value
Type |
---|
TrendlineTypes |
Linear
Renders a linear trendline.
Declaration
public const TrendlineTypes Linear
Field Value
Type |
---|
TrendlineTypes |
Logarithmic
Renders a logarithmic trendline.
Declaration
public const TrendlineTypes Logarithmic
Field Value
Type |
---|
TrendlineTypes |
MovingAverage
Renders a moving average trendline.
Declaration
public const TrendlineTypes MovingAverage
Field Value
Type |
---|
TrendlineTypes |
Polynomial
Renders a polynomial trendline.
Declaration
public const TrendlineTypes Polynomial
Field Value
Type |
---|
TrendlineTypes |
Power
Renders a power trendline.
Declaration
public const TrendlineTypes Power
Field Value
Type |
---|
TrendlineTypes |