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


seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical 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 seriesName As String, _
   ByVal s As Series _
) As Series
Visual Basic (Usage)Copy Code
Dim seriesName As String
Dim s As Series
Dim value As Series
 
value = ForecastEngine.TrendLineExponential(seriesName, s)
C# 
public static Series TrendLineExponential( 
   string seriesName,
   Series s
)

Parameters

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical series.

See Also

© 2010 All Rights Reserved.