'Declaration Public Enum TrendLineType Inherits System.Enum
public enum TrendLineType : System.Enum
Member | Description |
---|---|
CubicFit | Cubic polynomial fit. |
CumulativeAverage | Cumulative moving average. |
ExponentialAverage | Exponential moving average. |
ExponentialFit | Exponential fit. |
LinearFit | Linear fit. |
LogarithmicFit | Logarithmic fit. |
ModifiedAverage | Modified moving average. |
None | No trendline should display. |
PowerLawFit | Powerlaw fit. |
QuadraticFit | Quadratic polynomial fit. |
QuarticFit | Quartic polynomial fit. |
QuinticFit | Quintic polynomial fit. |
SimpleAverage | Simple moving average. |
WeightedAverage | Weighted moving average. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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
View on GitHub