GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / TrendlineType Enumeration


TrendlineType Enumeration
Represents all types of trendline which are available for series in a chart.
Syntax
'Declaration
 
Public Enum TrendlineType 
   Inherits System.Enum
 
'Usage
 
Dim instance As TrendlineType
Members
MemberDescription
ExponentialThe trendline shall be an exponential curve in the form.
LinearThe trendline shall be a line in the form.
LogarithmicThe trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
MovingAverageThe trendline shall be a moving average of period Period.
PolynomialThe trendline shall be a polynomial curve of order Order in the form +.
PowerThe trendline shall be a power curve in the form.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.TrendlineType

See Also