dotnetCHARTING Send comments on this topic.
TrendLineLogarithmic Method
See Also 
dotnetCHARTING Namespace > ForecastEngine Class : 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).  

See Also