dotnetCHARTING Send comments on this topic.
TrendLinePower(SeriesCollection) Method
See Also 
dotnetCHARTING Namespace > ForecastEngine Class > TrendLinePower Method : TrendLinePower(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 (x, B ) where B = b and A = pow(e, a).

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function TrendLinePower( _
   ByVal sc As SeriesCollection _
) As SeriesCollection
Visual Basic (Usage)Copy Code
Dim sc As SeriesCollection
Dim value As SeriesCollection
 
value = ForecastEngine.TrendLinePower(sc)
C# 
public static SeriesCollection TrendLinePower( 
   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.