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


Overload List

OverloadDescription
TrendLineExponential(String,Series) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(Series) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(SeriesCollection) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(String,Series,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(Series,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(SeriesCollection,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  

Example

See Also

© 2010 All Rights Reserved.