Class ExcelTrendLineType
Represents trend line values.
Inheritance
System.Object
ExcelTrendLineType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelTrendLineType : Enum
Fields
Exponential
Represents Exponential trend line type.
Declaration
public const ExcelTrendLineType Exponential
Field Value
Type |
---|
ExcelTrendLineType |
Linear
Represents Linear trend line type.
Declaration
public const ExcelTrendLineType Linear
Field Value
Type |
---|
ExcelTrendLineType |
Logarithmic
Represents Logarithmic trend line type.
Declaration
public const ExcelTrendLineType Logarithmic
Field Value
Type |
---|
ExcelTrendLineType |
Moving_Average
Represents Moving average trend line type.
Declaration
public const ExcelTrendLineType Moving_Average
Field Value
Type |
---|
ExcelTrendLineType |
Polynomial
Represents Polynomial trend line type.
Declaration
public const ExcelTrendLineType Polynomial
Field Value
Type |
---|
ExcelTrendLineType |
Power
Represents Power trend line type.
Declaration
public const ExcelTrendLineType Power
Field Value
Type |
---|
ExcelTrendLineType |