dotnetCHARTING Send comments on this topic.
TrendLineLogarithmic(SeriesCollection) Method
See Also 
dotnetCHARTING Namespace > ForecastEngine Class > TrendLineLogarithmic Method : TrendLineLogarithmic(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 + b * ln(x).

Syntax

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