TrendLineLogarithmic Method
Find the best fit for the function f(x) = a + b * ln(x).
Overload List
Overload | Description |
---|---|
TrendLineLogarithmic(String,Series) | Find the best fit for the function f(x) = a + b * ln(x). |
TrendLineLogarithmic(Series) | Find the best fit for the function f(x) = a + b * ln(x). |
TrendLineLogarithmic(SeriesCollection) | Find the best fit for the function f(x) = a + b * ln(x). |
TrendLineLogarithmic(String,Series,Double,Int32,Int32) | Find the best fit for the function f(x) = a + b * ln(x). |
TrendLineLogarithmic(Series,Double,Int32,Int32) | Find the best fit for the function f(x) = a + b * ln(x). |
TrendLineLogarithmic(SeriesCollection,Double,Int32,Int32) | Find the best fit for the function f(x) = a + b * ln(x). |
Example
Requirements
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
See Also