See Also

SeriesCollection Class  | SeriesCollection Members  | Overload List

Language

Visual Basic

C#

Show All

label
The label of the returned series.
calc
The calculation to perform.
xAxis
The axis bound to data on which the calculation is performed.
See Also Languages dotnetCHARTING Send comments on this topic.

Calculate(String,Calculation,Axis) Method

Performs a calculation on series in this collection that are bound to the specified axis.

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

Parameters

label
The label of the returned series.
calc
The calculation to perform.
xAxis
The axis bound to data on which the calculation is performed.

Return Type

Returns a series based on the specified calculation.

See Also

SeriesCollection Class  | SeriesCollection Members  | Overload List

 

 


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