Enum ExcelTrendLineType
Represents trend line values.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelTrendLineType
Fields
Name | Description |
---|---|
Exponential | Represents Exponential trend line type. |
Linear | Represents Linear trend line type. |
Logarithmic | Represents Logarithmic trend line type. |
Moving_Average | Represents Moving average trend line type. |
Polynomial | Represents Polynomial trend line type. |
Power | Represents Power trend line type. |