Spread Silverlight Documentation
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
ExponentialSpecifies the trendline shall be an exponential curve
LinearSpecifies the trendline shall be a line
LogarithmicSpecifies the trendline shall be a logarithmic curve
MovingAverageSpecifies the trendline shall be a moving average of period Peroid
PolynomialSpecifies the trendline shall be a polynomial curve of order
PowerSpecifies the trendline shall be a power curve.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.