dotnetCHARTING Send comments on this topic.
TrendLineLogarithmic Method
See Also 
dotnetCHARTING Namespace > ForecastEngine Class : TrendLineLogarithmic Method


Overload List

OverloadDescription
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

See Also

© 2010 All Rights Reserved.