SpreadsheetGear 2023
TrendlineType Enumeration


SpreadsheetGear.Charts Namespace : TrendlineType Enumeration
Specifies the type of trendline.
Syntax
'Declaration
 
Public Enum TrendlineType 
   Inherits System.Enum
'Usage
 
Dim instance As TrendlineType
public enum TrendlineType : System.Enum 
Members
MemberDescription
ExponentialSpecifies an exponential trendline.
LinearSpecifies a linear trendline.
LogarithmicSpecifies a logarithmic trendline.
MovingAvgSpecifies a moving average trendline.
PolynomialSpecifies a polynomial trendline.
PowerSpecifies a power trendline.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.TrendlineType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Charts Namespace