C1.WPF.C1Chart.Extended Namespace : FitType Enumeration |
'Declaration
Public Enum FitType Inherits System.Enum
'Usage
Dim instance As FitType
public enum FitType : System.Enum
Member | Description |
---|---|
AverageX | Line at average x-data value. |
AverageY | Line at average y-data value. |
Exponent | Regression fit to the equation Y(x) = C0 * exp( C1*x) |
Fourier | Regression fit to the equation Y(x) = C0 + C1 * cos(x) + C2 * sin(x) + C3 * cos(2*x) + C4 * sin(2*x) + ... |
Logarithmic | Regression fit to the equation Y(x) = C0 * ln(C1*x) |
MaxX | Line at maximum x-data value. |
MaxY | Line at maximum y-data value. |
MinX | Line at minimal x-data value. |
MinY | Line at minimal y-data value. |
Polynom | Regression fit to the equation Y(x) = C0 + C1*x + C2*x2 + : + Cn-1*xn-1, where n - number of terms. |
Power | Regression fit to the equation Y(x) = C0 * pow(x, C1) |
System.Object
System.ValueType
System.Enum
C1.WPF.C1Chart.Extended.FitType
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