public enum TrendlineType : System.Enum
'Declaration
Public Enum TrendlineType Inherits System.Enum
'Usage
Dim instance As TrendlineType
Member | Description |
---|---|
Exponential | The trendline shall be an exponential curve in the form. |
Linear | The trendline shall be a line in the form. |
Logarithmic | The trendline shall be a logarithmic curve in the form , where log is the natural logarithm. |
MovingAverage | The trendline shall be a moving average of period Period. |
Polynomial | The trendline shall be a polynomial curve of order Order in the form +. |
Power | The trendline shall be a power curve in the form. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.TrendlineType