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). |