'宣言 Public Enum TrendLineFitType Inherits System.Enum
public enum TrendLineFitType : System.Enum
'宣言 Public Enum TrendLineFitType Inherits System.Enum
public enum TrendLineFitType : System.Enum
メンバ | 解説 |
---|---|
AverageX | 平均X値。 |
AverageY | 平均Y値。 |
Exponential | 式Y(x) = a * exp(b*x)への回帰フィッティング。 |
Fourier | 式Y(x) = a + b * cos(x) + c * sin(x) + d * cos(2*x) + e * sin(2*x) + ...への回帰フィッティング。 |
Linear | データに最も近似する直線Y(x) = a * x + b。 |
Logarithmic | 式Y(x) = a * ln(x) + bへの回帰フィッティング。 |
MaxX | Xの最大値。 |
MaxY | Yの最大値。 |
MinX | Xの最小値。 |
MinY | Yの最小値。 |
Polynomial | 式Y(x) = a * x^n + b * x^n-1 + c * x^n-2 + ... + zへの回帰フィッティング。 |
Power | 式Y(x) = a * pow(x, b)への回帰フィッティング。 |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Chart.TrendLineFitType