.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SeriesCollection Class > Calculate Method : Calculate(String,Calculation,Axis) Method
Name of the returned series.
Calculation to perform.
The axis bound to data on which the calculation is performed.
Calculate(String,Calculation,Axis) Method
Performs a calculation on series in this collection that are bound to the specified axis.
Syntax
'Declaration
 
Public Overloads Function Calculate( _
   ByVal label As String, _
   ByVal calc As Calculation, _
   ByVal xAxis As Axis _
) As Series
'Usage
 
Dim instance As SeriesCollection
Dim label As String
Dim calc As Calculation
Dim xAxis As Axis
Dim value As Series
 
value = instance.Calculate(label, calc, xAxis)
public Series Calculate( 
   string label,
   Calculation calc,
   Axis xAxis
)

Parameters

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

Return Value

Returns a series based on the specified calculation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also