See Also

SeriesCollection Class  | SeriesCollection Members  | Overload List

Language

Visual Basic

C#

Show All

label
Name of the returned series.
calc
The calculation to perform on this collection.
ExtraParam
Extra parameter.
See Also Languages dotnetCHARTING Send comments on this topic.

Calculate(String,Calculation,Int32) Method

Performs a calculation on this collection with an extra parameter.

[Visual Basic]
Overloads Public Function Calculate( _    ByVal label As String, _    ByVal calc As Calculation, _    ByVal ExtraParam As Integer _ ) As Series
[C#]
public Series Calculate(    string label,    Calculation calc,    int ExtraParam );

Parameters

label
Name of the returned series.
calc
The calculation to perform on this collection.
ExtraParam
Extra parameter.

Return Type

Returns a series based on the specified calculation.

Remarks

Calculation.TrendLineLinear and Calculation.TrendLineLinearScatter will yield result with extra elements which simulate the continuance of a trend. Supplying the ExtraParam parameter denotes the number of extra elements to create.

See Also

SeriesCollection Class  | SeriesCollection Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.