C1.Web.Mvc.Chart Namespace : TrendLineFitType Enumeration |
'Declaration
Public Enum TrendLineFitType Inherits System.Enum
public enum TrendLineFitType : System.Enum
Member | Description |
---|---|
AverageX | The average X-value. |
AverageY | The average Y-value. |
Exponential | Regression fit to the equation Y(x) = a * exp(b*x). |
Fourier | Regression fit to the equation Y(x) = a + b * cos(x) + c * sin(x) + d * cos(2*x) + e * sin(2*x) + ... |
Linear | A straight line that most closely approximates the data. Y(x) = a * x + b. |
Logarithmic | Regression fit to the equation Y(x) = a * ln(x) + b. |
MaxX | The maximum X-value. |
MaxY | The maximum Y-value. |
MinX | The minimum X-value. |
MinY | The minimum Y-value. |
Polynomial | Regression fit to the equation Y(x) = a * x^n + b * x^n-1 + c * x^n-2 + ... + z. |
Power | Regression fit to the equation Y(x) = a * pow(x, b). |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Chart.TrendLineFitType
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