GrapeCity.Xaml.Excel
ExcelTrendLineType Enumeration


GrapeCity.Excel.Chart Namespace : ExcelTrendLineType Enumeration
Represents the style of the trendline.
Syntax
'Declaration
 
Public Enum ExcelTrendLineType 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelTrendLineType
public enum ExcelTrendLineType : System.Enum 
Members
MemberDescription
Exponential Specifies the trendline shall be an exponential curve
Linear Specifies the trendline shall be a line
Logarithmic Specifies the trendline shall be a logarithmic curve
MovingAverage Specifies the trendline shall be a moving average of period Peroid
Polynomial Specifies the trendline shall be a polynomial curve of order
Power Specifies the trendline shall be a power curve.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.ExcelTrendLineType

See Also

Reference

GrapeCity.Excel.Chart Namespace