Class ChartSerAuxTrendRecord.TRegression
Regression type.
Inheritance
System.Object
ChartSerAuxTrendRecord.TRegression
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class TRegression : Enum
Fields
Exponential
Represents the Exponential regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression Exponential
Field Value
Type |
---|
ChartSerAuxTrendRecord.TRegression |
Logarithmic
Represents the Logarithmic regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression Logarithmic
Field Value
Type |
---|
ChartSerAuxTrendRecord.TRegression |
MovingAverage
Represents the MovingAverage regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression MovingAverage
Field Value
Type |
---|
ChartSerAuxTrendRecord.TRegression |
Polynomial
Represents the Polynomial regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression Polynomial
Field Value
Type |
---|
ChartSerAuxTrendRecord.TRegression |
Power
Represents the Power regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression Power
Field Value
Type |
---|
ChartSerAuxTrendRecord.TRegression |