Class ChartSerAuxTrendRecord.TRegression
Regression type.
Inheritance
System.Object
    ChartSerAuxTrendRecord.TRegression
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class TRegression : EnumFields
Exponential
Represents the Exponential regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression ExponentialField Value
| Type | 
|---|
| ChartSerAuxTrendRecord.TRegression | 
Logarithmic
Represents the Logarithmic regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression LogarithmicField Value
| Type | 
|---|
| ChartSerAuxTrendRecord.TRegression | 
MovingAverage
Represents the MovingAverage regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression MovingAverageField Value
| Type | 
|---|
| ChartSerAuxTrendRecord.TRegression | 
Polynomial
Represents the Polynomial regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression PolynomialField Value
| Type | 
|---|
| ChartSerAuxTrendRecord.TRegression | 
Power
Represents the Power regression type.
Declaration
public const ChartSerAuxTrendRecord.TRegression PowerField Value
| Type | 
|---|
| ChartSerAuxTrendRecord.TRegression |