Enum ChartSerAuxTrendRecord.TRegression
Regression type.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum TRegression
Fields
Name | Description |
---|---|
Exponential | Represents the Exponential regression type. |
Logarithmic | Represents the Logarithmic regression type. |
MovingAverage | Represents the MovingAverage regression type. |
Polynomial | Represents the Polynomial regression type. |
Power | Represents the Power regression type. |