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