Class PivotChartTrendlineTypes
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.
Inheritance
System.Object
PivotChartTrendlineTypes
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartTrendlineTypes : Enum
Fields
Exponential
Exponential - Defines the exponential trendline.
Declaration
public const PivotChartTrendlineTypes Exponential
Field Value
Type |
---|
PivotChartTrendlineTypes |
Linear
Linear - Defines the linear trendline.
Declaration
public const PivotChartTrendlineTypes Linear
Field Value
Type |
---|
PivotChartTrendlineTypes |
Logarithmic
Logarithmic - Defines the logarithmic trendline.
Declaration
public const PivotChartTrendlineTypes Logarithmic
Field Value
Type |
---|
PivotChartTrendlineTypes |
MovingAverage
MovingAverage - Defines the moving average trendline.
Declaration
public const PivotChartTrendlineTypes MovingAverage
Field Value
Type |
---|
PivotChartTrendlineTypes |
Polynomial
Polynomial - Defines the polynomial trendline.
Declaration
public const PivotChartTrendlineTypes Polynomial
Field Value
Type |
---|
PivotChartTrendlineTypes |
Power
Power - Defines the power trendline.
Declaration
public const PivotChartTrendlineTypes Power
Field Value
Type |
---|
PivotChartTrendlineTypes |