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


sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function TrendLineExponential( _
   ByVal sc As SeriesCollection _
) As SeriesCollection
Visual Basic (Usage)Copy Code
Dim sc As SeriesCollection
Dim value As SeriesCollection
 
value = ForecastEngine.TrendLineExponential(sc)
C# 
public static SeriesCollection TrendLineExponential( 
   SeriesCollection sc
)

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.

See Also

© 2010 All Rights Reserved.