Show / Hide Table of Contents

Class TrendLineType

Inheritance
System.Object
TrendLineType
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public sealed class TrendLineType : Enum

Fields

CubicFit

Declaration
public const TrendLineType CubicFit
Field Value
Type Description
TrendLineType

CumulativeAverage

Declaration
public const TrendLineType CumulativeAverage
Field Value
Type Description
TrendLineType

ExponentialAverage

Declaration
public const TrendLineType ExponentialAverage
Field Value
Type Description
TrendLineType

ExponentialFit

Declaration
public const TrendLineType ExponentialFit
Field Value
Type Description
TrendLineType

LinearFit

Declaration
public const TrendLineType LinearFit
Field Value
Type Description
TrendLineType

LogarithmicFit

Declaration
public const TrendLineType LogarithmicFit
Field Value
Type Description
TrendLineType

ModifiedAverage

Declaration
public const TrendLineType ModifiedAverage
Field Value
Type Description
TrendLineType

None

Declaration
public const TrendLineType None
Field Value
Type Description
TrendLineType

PowerLawFit

Declaration
public const TrendLineType PowerLawFit
Field Value
Type Description
TrendLineType

QuadraticFit

Declaration
public const TrendLineType QuadraticFit
Field Value
Type Description
TrendLineType

QuarticFit

Declaration
public const TrendLineType QuarticFit
Field Value
Type Description
TrendLineType

QuinticFit

Declaration
public const TrendLineType QuinticFit
Field Value
Type Description
TrendLineType

SimpleAverage

Declaration
public const TrendLineType SimpleAverage
Field Value
Type Description
TrendLineType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

WeightedAverage

Declaration
public const TrendLineType WeightedAverage
Field Value
Type Description
TrendLineType